diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-03 23:43:14 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-03 23:43:14 +0100 |
commit | a432f03bee76a95ae0608b8f141892a165e930c7 (patch) | |
tree | 0b50b7237cda7eef7f6ea6086aa5d9c863bd886d | |
parent | 09c2958a0ef426af96a32acb02beee6c1416621e (diff) | |
download | abrechenbarkeit-a432f03bee76a95ae0608b8f141892a165e930c7.tar abrechenbarkeit-a432f03bee76a95ae0608b8f141892a165e930c7.tar.bz2 abrechenbarkeit-a432f03bee76a95ae0608b8f141892a165e930c7.tar.zst |
style errors for readability
-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 { |