summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCurtis Parfitt-Ford <curtis@mashedkeyboard.me>2020-08-24 17:50:49 +0100
committerCurtis Parfitt-Ford <curtis@mashedkeyboard.me>2020-08-24 17:51:13 +0100
commita3c1a4ca0f5d604e14ade719f817f7f2e5211659 (patch)
tree2e704ee3413005e2b1b9b3921b1ca0cc886ec44a /src
parent8546a5ac5a703696c9b4880397e90c8a39d6abf0 (diff)
Standard hover background colour
Signed-off-by: Curtis Parfitt-Ford <curtis@mashedkeyboard.me>
Diffstat (limited to 'src')
-rw-r--r--src/components/TimelineEntry.vue9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index 7f89cf54..d6815280 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -134,12 +134,9 @@ export default {
.timeline-entry {
padding: 10px;
margin-bottom: 10px;
- }
- .timeline-entry:hover {
- background-color: #F5F5F5;
- }
- body.dark .timeline-entry:hover {
- background-color: #202020;
+ &:hover {
+ background-color: var(--color-background-hover);
+ }
}
.container-icon-boost {