aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/static/style.css')
-rw-r--r--mu4web/static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 8297aab..8b88aa5 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -58,6 +58,14 @@ dd > * {
margin: 0;
}
+th {
+ background-color: lightblue;
+}
+
+th a {
+ color: initial;
+}
+
tr:nth-child(2n) {
background-color: lightblue;
}