]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Add transparency to tables nth-child
authorValerie Pond <redacted>
Sun, 15 Jan 2023 18:27:55 +0000 (18:27 +0000)
committerValerie Pond <redacted>
Sun, 15 Jan 2023 18:27:55 +0000 (18:27 +0000)
css/unrealircd-admin.css

index d71fa62e4e29aec9dcab00f12103a4e2f2b262b8..6fe7f51508fa2e725574c2886bff2a2fc521a2cd 100644 (file)
@@ -197,5 +197,5 @@ body {
 
 .table-striped>tbody>tr:nth-child(even)>td, 
 .table-striped>tbody>tr:nth-child(even)>th {
-   background-color: #e0e0e0;
+   background-color: #c9c9c949;
  }