aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley L. <riley@e926.de>2025-10-29 17:05:48 +0100
committerRiley L. <riley@e926.de>2025-10-29 17:05:48 +0100
commita5ef0b8966ee8e09bbacdd8b17d5295afdcfefc2 (patch)
tree7cbcdaceeb79243020a6a1bb6494713d30b87f12
parent674db67a25f92a4dc2a5bd6f0ea42bc2b1005e9c (diff)
downloadabrechenbarkeit-a5ef0b8966ee8e09bbacdd8b17d5295afdcfefc2.tar
abrechenbarkeit-a5ef0b8966ee8e09bbacdd8b17d5295afdcfefc2.tar.bz2
abrechenbarkeit-a5ef0b8966ee8e09bbacdd8b17d5295afdcfefc2.tar.zst
enhance readability of low balance warning
add transparent background to .amount-neg and .amount-pos classes in .notif.warning
-rw-r--r--style.css7
1 files 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 {