aboutsummaryrefslogtreecommitdiff
path: root/src/components/shout_panel/shout_panel.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/shout_panel/shout_panel.vue')
-rw-r--r--src/components/shout_panel/shout_panel.vue5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/shout_panel/shout_panel.vue b/src/components/shout_panel/shout_panel.vue
index 9278c141..62cc9568 100644
--- a/src/components/shout_panel/shout_panel.vue
+++ b/src/components/shout_panel/shout_panel.vue
@@ -75,8 +75,6 @@
<script src="./shout_panel.js"></script>
<style lang="scss">
-@import "../../variables";
-
.floating-shout {
position: fixed;
bottom: 0.5em;
@@ -97,8 +95,7 @@
cursor: pointer;
.icon {
- color: $fallback--text;
- color: var(--panelText, $fallback--text);
+ color: var(--text);
margin-right: 0.5em;
}