summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-26 13:58:40 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-26 13:58:40 +0200
commitf3db231a9b2a15bdd6c75565eabfcceceed1a8e1 (patch)
treeef62dacfc17a2b572c9a8ed72430a03b6c68afcb /views
parent79bd40440c18d7d9d0df20d55fe7417810bfa206 (diff)
stripey rows
Diffstat (limited to 'views')
-rw-r--r--views/partials/hootstream.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs
index aa17d6b..9a9746b 100644
--- a/views/partials/hootstream.ejs
+++ b/views/partials/hootstream.ejs
@@ -230,10 +230,10 @@
z-index: -1;
}
#hootevents .fileRow:nth-child(odd) div::after {
- background-color: #d8e8f8;
+ background-color: #ddd;
}
#hootevents .fileRow:nth-child(even) div::after {
- background-color: #d0e0f0;
+ background-color: #888;
}
/** Misc */