diff options
| author | Riley L. <riley@e926.de> | 2024-11-04 10:47:17 +0100 |
|---|---|---|
| committer | Riley L. <riley@e926.de> | 2024-11-04 10:47:17 +0100 |
| commit | 99bc1497563ded4f080283f70cf07fb40aa5f9d1 (patch) | |
| tree | b6de5667460ffe7e37af5b49d5a59505a8f1ba21 /style.css | |
| parent | a432f03bee76a95ae0608b8f141892a165e930c7 (diff) | |
| download | abrechenbarkeit-99bc1497563ded4f080283f70cf07fb40aa5f9d1.tar abrechenbarkeit-99bc1497563ded4f080283f70cf07fb40aa5f9d1.tar.bz2 abrechenbarkeit-99bc1497563ded4f080283f70cf07fb40aa5f9d1.tar.zst | |
Set text color of notif box correctly; flip Dinnerbone user page correctly
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ nav> :last-child { border-radius: 4px; } +.notif > * { + color: black; +} + .notif.error { background-color: rgb(118, 13, 13); } |