Skip to content

Commit 9906eb3

Browse files
Janzertyagebu
authored andcommitted
Add named variable for notification foreground color.
1 parent 749cf4b commit 9906eb3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

frontend/css/notifications.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
}
2323

2424
.notifications .warning {
25-
color: hsl(0deg 0% 25%);
25+
color: var(--dark-gray);
2626
background-color: var(--yellow);
2727
}
2828

2929
.reload-page {
30-
color: hsl(0deg 0% 25%);
30+
color: var(--dark-gray);
3131
}

frontend/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--yellow: var(--warning);
2020
--green: hsl(151deg 100% 25%);
2121
--gray: hsl(0deg 0% 67%);
22+
--dark-gray: hsl(0deg 0% 25%);
2223

2324
/* Base colors (backgrounds) */
2425
--background: light-dark(hsl(0deg 0% 100%), hsl(0deg 0% 15%));

0 commit comments

Comments
 (0)