From e433181494e1145ba99a85da1896ca771b80ff20 Mon Sep 17 00:00:00 2001 From: "Riley L." Date: Tue, 29 Jul 2025 23:39:51 +0200 Subject: add warning at low balances --- style.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'style.css') 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); -- cgit v1.2.3-70-g09d2