mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Make fg-subtle subtle (#2164)
Meant to do this for a while (since I removed fg-faint), but didn't get around to it.
This commit is contained in:
parent
7b0236551e
commit
0770290765
2 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ $vars: (
|
|||
subtle: (
|
||||
"Placeholder text, icons in idle state",
|
||||
(
|
||||
light: palette(darkgray, 6),
|
||||
dark: palette(lightgray, 3),
|
||||
light: palette(darkgray, 0),
|
||||
dark: palette(lightgray, 9),
|
||||
),
|
||||
),
|
||||
disabled: (
|
||||
|
|
|
@ -37,7 +37,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
|
||||
opacity: 0.4;
|
||||
color: var(--fg-subtle);
|
||||
pointer-events: none;
|
||||
|
||||
/* Stay a on single line */
|
||||
|
|
Loading…
Reference in a new issue