diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ nav> :last-child { border-radius: 4px; } +.notif > * { + color: black; +} + .notif.error { background-color: rgb(118, 13, 13); } |