aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-03 23:43:14 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-03 23:43:14 +0100
commita432f03bee76a95ae0608b8f141892a165e930c7 (patch)
tree0b50b7237cda7eef7f6ea6086aa5d9c863bd886d
parent09c2958a0ef426af96a32acb02beee6c1416621e (diff)
downloadabrechenbarkeit-a432f03bee76a95ae0608b8f141892a165e930c7.tar
abrechenbarkeit-a432f03bee76a95ae0608b8f141892a165e930c7.tar.bz2
abrechenbarkeit-a432f03bee76a95ae0608b8f141892a165e930c7.tar.zst
style errors for readability
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index ad5048f..e08f719 100644
--- a/style.css
+++ b/style.css
@@ -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 {