aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {