diff options
| author | Riley L. <riley@e926.de> | 2025-10-29 17:05:48 +0100 |
|---|---|---|
| committer | Riley L. <riley@e926.de> | 2025-10-29 17:05:48 +0100 |
| commit | a5ef0b8966ee8e09bbacdd8b17d5295afdcfefc2 (patch) | |
| tree | 7cbcdaceeb79243020a6a1bb6494713d30b87f12 | |
| parent | 674db67a25f92a4dc2a5bd6f0ea42bc2b1005e9c (diff) | |
| download | abrechenbarkeit-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.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 { |