This commit is contained in:
Vanessa 2024-05-10 20:30:32 +08:00
parent fb9eace7ea
commit 2405f661a0
5 changed files with 8 additions and 2 deletions

View file

@ -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 */

View file

@ -2,7 +2,7 @@
"name": "daylight",
"author": "Vanessa",
"url": "https://github.com/Vanessa219",
"version": "1.0.6",
"version": "1.0.7",
"modes": [
"light"
]

View file

@ -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 */

View file

@ -2,7 +2,7 @@
"name": "midnight",
"author": "Vanessa",
"url": "https://github.com/Vanessa219",
"version": "1.0.6",
"version": "1.0.7",
"modes": [
"dark"
]

View file

@ -31,6 +31,10 @@
&--error {
background: var(--b3-theme-error);
}
.ft__on-surface {
color: var(--b3-tooltips-second-color);
}
}
.b3-tooltips {