Skip to content

Commit 749cf4b

Browse files
Janzertyagebu
authored andcommitted
fix: use static foreground color in notifications (#2166)
1 parent 46ab2dd commit 749cf4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/css/notifications.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
}
2323

2424
.notifications .warning {
25-
color: var(--text-color);
25+
color: hsl(0deg 0% 25%);
2626
background-color: var(--yellow);
2727
}
28+
29+
.reload-page {
30+
color: hsl(0deg 0% 25%);
31+
}

0 commit comments

Comments
 (0)