diff options
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,10 +69,11 @@ nav> :last-child { .notif { padding: 0.5em; background-color: var(--b0); + border-radius: 4px; } .notif.error { - background-color: #faa; + background-color: rgb(118, 13, 13); } .notif p { |