diff options
Diffstat (limited to 'src/components/poll/poll.vue')
| -rw-r--r-- | src/components/poll/poll.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 1e97b3ca..5c743c08 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -103,8 +103,6 @@ <script src="./poll.js"></script> <style lang="scss"> -@import "../../variables"; - .poll { .votes { display: flex; @@ -121,8 +119,7 @@ display: flex; flex-direction: row; position: relative; - color: $fallback--lightText; - color: var(--lightText, $fallback--lightText); + color: var(--textLight); } .option-result-label { |
