We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749cf4b commit 9906eb3Copy full SHA for 9906eb3
frontend/css/notifications.css
@@ -22,10 +22,10 @@
22
}
23
24
.notifications .warning {
25
- color: hsl(0deg 0% 25%);
+ color: var(--dark-gray);
26
background-color: var(--yellow);
27
28
29
.reload-page {
30
31
frontend/css/style.css
@@ -19,6 +19,7 @@
19
--yellow: var(--warning);
20
--green: hsl(151deg 100% 25%);
21
--gray: hsl(0deg 0% 67%);
+ --dark-gray: hsl(0deg 0% 25%);
/* Base colors (backgrounds) */
--background: light-dark(hsl(0deg 0% 100%), hsl(0deg 0% 15%));
0 commit comments