aboutsummaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'base.css')
-rw-r--r--base.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/base.css b/base.css
index 0a3c994..400fecf 100644
--- a/base.css
+++ b/base.css
@@ -3,6 +3,7 @@
--content-even-color: #FFFFFF;
--content-odd-color: #F5F5F5;
+ --content-hover-color: #DFDFDF;
--content-in-progress-content: '';
--content-in-progress-color: orange;
@@ -62,6 +63,7 @@ table {
text-align: left;
}
+
.content tbody tr:nth-child(even) {
background-color: var(--content-even-color);
}
@@ -70,6 +72,10 @@ table {
background-color: var(--content-odd-color);
}
+.content tbody tr:hover {
+ background-color: var(--content-hover-color);
+}
+
.content a:hover {
color: blue;
}