]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Add a liitle more contrast?
authorBram Matthys <redacted>
Sun, 15 Jan 2023 18:19:09 +0000 (19:19 +0100)
committerBram Matthys <redacted>
Sun, 15 Jan 2023 18:19:57 +0000 (19:19 +0100)
css/unrealircd-admin.css

index 5930d5b25f9dc1cab7e1d22db036879b165fee85..d71fa62e4e29aec9dcab00f12103a4e2f2b262b8 100644 (file)
@@ -194,3 +194,8 @@ body {
        background-color: #555;
        color: white;
 }
+
+.table-striped>tbody>tr:nth-child(even)>td, 
+.table-striped>tbody>tr:nth-child(even)>th {
+   background-color: #e0e0e0;
+ }