Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed May 10, 2024
1 parent fb9eace commit 2405f66
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/appearance/themes/daylight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/themes/daylight/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "daylight",
"author": "Vanessa",
"url": "https://github.com/Vanessa219",
"version": "1.0.6",
"version": "1.0.7",
"modes": [
"light"
]
Expand Down
1 change: 1 addition & 0 deletions app/appearance/themes/midnight/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/themes/midnight/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "midnight",
"author": "Vanessa",
"url": "https://github.com/Vanessa219",
"version": "1.0.6",
"version": "1.0.7",
"modes": [
"dark"
]
Expand Down
4 changes: 4 additions & 0 deletions app/src/assets/scss/component/_tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
&--error {
background: var(--b3-theme-error);
}

.ft__on-surface {
color: var(--b3-tooltips-second-color);
}
}

.b3-tooltips {
Expand Down

0 comments on commit 2405f66

Please sign in to comment.