aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrenden Bice <brenden.next@gmail.com>2019-04-05 03:35:22 -0400
committerBrenden Bice <brenden.next@gmail.com>2019-04-11 23:26:13 -0400
commitdb2733b2654d3d7dc1c82d6d61eb34d559df5815 (patch)
treef05ef3f69bfc6a703b9743d9b5cd639a860f67d6 /src
parent5be03eb16104fe5adca9718a034daaf145415f28 (diff)
set fall back value of border color
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 01ace0cf..c26b9792 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -625,7 +625,7 @@ a.unmute {
.favs-repeated-title {
margin-bottom: 8px;
& > span {
- border-bottom: 1px solid var(--text);
+ border-bottom: 1px solid var(--text, $fallback--lightText);
}
}
}