aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/style.css b/style.css
index ce7329c..42232fe 100644
--- a/style.css
+++ b/style.css
@@ -86,13 +86,29 @@ nav> :last-child {
}
.notif.error {
- background-color: rgb(118, 13, 13);
+ background-color: #8c2121;
+}
+
+.notif.error i {
+ color: black;
+}
+
+.notif.warning i {
+ /* color: black; */
+}
+
+.notif.warning {
+ background-color: #9b6501;
}
.notif p {
margin: 5px;
}
+.notif.warning {
+ background-color
+}
+
/* landing page */
.section {
background-color: var(--b2);