aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-21 18:22:05 +0300
committerHenry Jameson <me@hjkos.com>2018-11-21 18:22:05 +0300
commitdc3df7bc4e91abf4a911e4c5ecc0c627d00dcfb1 (patch)
tree79272ba90cc938562630d3ba19849757dc20e310 /src/components/timeline/timeline.vue
parentacf414e4517434d8847e842930c697b168d94cde (diff)
fixes
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index c2d5b9e6..39f1b5bc 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -75,6 +75,6 @@
padding: 10px;
z-index: 1;
background-color: $fallback--fg;
- background-color: var(--fg, $fallback--fg);
+ background-color: var(--panel, $fallback--fg);
}
</style>