summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */