💄
This commit is contained in:
parent
fb9eace7ea
commit
2405f661a0
5 changed files with 8 additions and 2 deletions
|
@ -54,6 +54,7 @@
|
|||
/* 提示 */
|
||||
--b3-tooltips-background: rgba(0, 0, 0, .9);
|
||||
--b3-tooltips-color: var(--b3-theme-background-light);
|
||||
--b3-tooltips-second-color: #7d7c7a;
|
||||
--b3-tooltips-shadow: 0 2px 8px rgba(0, 0, 0, .1);
|
||||
|
||||
/* av */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "daylight",
|
||||
"author": "Vanessa",
|
||||
"url": "https://github.com/Vanessa219",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"modes": [
|
||||
"light"
|
||||
]
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
/* 提示 */
|
||||
--b3-tooltips-background: #030303;
|
||||
--b3-tooltips-color: var(--b3-theme-on-surface-light);
|
||||
--b3-tooltips-second-color: #7d7c7a;
|
||||
--b3-tooltips-shadow: 0 2px 8px rgba(0, 0, 0, .3);
|
||||
|
||||
/* av */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "midnight",
|
||||
"author": "Vanessa",
|
||||
"url": "https://github.com/Vanessa219",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"modes": [
|
||||
"dark"
|
||||
]
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
&--error {
|
||||
background: var(--b3-theme-error);
|
||||
}
|
||||
|
||||
.ft__on-surface {
|
||||
color: var(--b3-tooltips-second-color);
|
||||
}
|
||||
}
|
||||
|
||||
.b3-tooltips {
|
||||
|
|
Loading…
Add table
Reference in a new issue