summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCurtis Parfitt-Ford <curtis@mashedkeyboard.me>2020-08-23 00:03:32 +0100
committerCurtis Parfitt-Ford <curtis@mashedkeyboard.me>2020-08-23 00:08:58 +0100
commit8546a5ac5a703696c9b4880397e90c8a39d6abf0 (patch)
treea80b6775e3bdaa2d8bc53abc0ab2a1810f04e228 /src
parentdb9a804de057d0e7a8a592a7c31305c5cae1ba92 (diff)
Dark timeline entries for the dark Nextcloud theme
Signed-off-by: Curtis Parfitt-Ford <curtis@mashedkeyboard.me>
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index 66876a90..7f89cf54 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -138,6 +138,9 @@ export default {
.timeline-entry:hover {
background-color: #F5F5F5;
}
+ body.dark .timeline-entry:hover {
+ background-color: #202020;
+ }
.container-icon-boost {
display: inline-block;