aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-10-07 19:59:22 +0300
committerHenry Jameson <me@hjkos.com>2018-10-07 19:59:22 +0300
commit96804d42f0f6aa6af85295933af6fd267b19e473 (patch)
tree28f44a6592da88095afc28fd91393b08497c5590 /src/components/timeline/timeline.vue
parent5441766c3cba46682227202e91e08c4fbb3e3ac3 (diff)
Some themeing is working!!
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 2dd4376a..77a9a2af 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -61,12 +61,12 @@
opacity: 0.8;
background-color: transparent;
color: $fallback--faint;
- color: var(--faint, $fallback--faint);
+ color: var(--panelFaint, $fallback--faint);
}
.loadmore-error {
- color: $fallback--fg;
- color: var(--fg, $fallback--fg);
+ color: $fallback--text;
+ color: var(--text, $fallback--text);
}
}
@@ -79,7 +79,7 @@
border-color: var(--border, $fallback--border);
padding: 10px;
z-index: 1;
- background-color: $fallback--btn;
- background-color: var(--btn, $fallback--btn);
+ background-color: $fallback--fg;
+ background-color: var(--fg, $fallback--fg);
}
</style>