diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-11-03 21:29:52 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-11-03 21:29:52 +0100 |
| commit | 587b9361b93a3bccfc181b25c5d0fc43dffc8a13 (patch) | |
| tree | a1c8d311053641d663aaf722bb69f31eb70b731a /style.css | |
| parent | f7af00c0d23de5de36083c89b60eddefdb024777 (diff) | |
| download | abrechenbarkeit-587b9361b93a3bccfc181b25c5d0fc43dffc8a13.tar abrechenbarkeit-587b9361b93a3bccfc181b25c5d0fc43dffc8a13.tar.bz2 abrechenbarkeit-587b9361b93a3bccfc181b25c5d0fc43dffc8a13.tar.zst | |
adjust colors
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -185,11 +185,11 @@ input.amount-neg { /* amount neutral */ .amount-ntr { - color: #04d8f4; + color: #00e1ff; } input.amount-ntr { - background-color: #5285a8; + background-color: #0e646f; } h3 { |