From b9a35c41d3fd25c070c9567c73cc40f2fbb59f5f Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 16 Oct 2022 18:43:53 +0200 Subject: [PATCH] [profile][bug] force default font colour in links --- assets/variables.scss | 1 + components/Opinion.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/variables.scss b/assets/variables.scss index aa7aefc00..be5f915eb 100644 --- a/assets/variables.scss +++ b/assets/variables.scss @@ -43,4 +43,5 @@ $colours: ( 'green': ('light': $green, 'dark': $green-300), 'blue': ('light': $blue-700, 'dark': $blue-200), 'grey': ('light': $gray-600, 'dark': $gray-600), + 'default':('light': $body-color, 'dark': $light), ); diff --git a/components/Opinion.vue b/components/Opinion.vue index d12b88764..d4a0f6e93 100644 --- a/components/Opinion.vue +++ b/components/Opinion.vue @@ -4,7 +4,7 @@ - +