]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Add styling to distinguish table rows. Close #167 173/head
authorEd Kellett <redacted>
Fri, 25 Mar 2016 10:29:17 +0000 (10:29 +0000)
committerEd Kellett <redacted>
Fri, 25 Mar 2016 10:30:01 +0000 (10:30 +0000)
static/css/style.css

index cf1124d2677496fad2a3da65b785465b5020a485..598c45659a7f0b92c57844f661fb2a7058d65cd8 100644 (file)
@@ -6,6 +6,7 @@
     --c-light:    #ecf7fa;
     --c-hl-dark:  #008499;
     --c-hl-light: #3baec4;
+    --c-shadow:   #dae5e2;
 
     /* backgrounds */
     --navbar-bg:    var(--c-dark);
@@ -184,6 +185,10 @@ td:not(:first-child), th:not(:first-child) {
     border-left: 1px solid var(--c-dark);
 }
 
+tr:nth-child(odd) {
+    background-color: var(--c-shadow);
+}
+
 /* jumbotron */
 .jumbotron {
     position: relative;