darker --fill-secondary as qf section color

This commit is contained in:
Bogdan Abaev 2024-07-19 11:45:22 -07:00
parent bac181fdce
commit fc13255a7b
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@
font-size: 12px;
font: -moz-field;
-moz-user-focus: ignore;
color: rgb(87, 87, 87);
color: var(--fill-secondary);
}
richlistitem[selected="true"] {

View file

@ -15,7 +15,7 @@ $-colors: (
accent-yellow: #faa700,
accent-highlight: #ffea0080,
fill-primary: #000000d9,
fill-secondary: #00000080,
fill-secondary: #0000008c,
fill-tertiary: #00000040,
fill-quarternary: #0000001a,
fill-quinary: #0000000d,