From a5ef0b8966ee8e09bbacdd8b17d5295afdcfefc2 Mon Sep 17 00:00:00 2001 From: "Riley L." Date: Wed, 29 Oct 2025 17:05:48 +0100 Subject: enhance readability of low balance warning add transparent background to .amount-neg and .amount-pos classes in .notif.warning --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 42232fe..fbe4903 100644 --- a/style.css +++ b/style.css @@ -93,8 +93,11 @@ nav> :last-child { color: black; } -.notif.warning i { - /* color: black; */ +.notif.warning .amount-neg, +.notif.warning .amount-pos { + background-color: #00000066; + padding: .2em; + margin: -.2em; } .notif.warning { -- cgit v1.3