aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/styles/_variables.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-04 18:32:56 -0500
committerJesús <heckyel@hyperbola.info>2021-12-04 18:32:56 -0500
commit438e4646390df3fc99e59f0fd8efc720ca611458 (patch)
treecf3058e3cb91181e61fa7761a4a5e6cc7b7f9b8f /src/scss/styles/_variables.scss
parent69b2447a33bb6e137308d480932c23f0629efe5d (diff)
downloadsimple-438e4646390df3fc99e59f0fd8efc720ca611458.tar.lz
simple-438e4646390df3fc99e59f0fd8efc720ca611458.tar.xz
simple-438e4646390df3fc99e59f0fd8efc720ca611458.zip
[post]: fix background in tags
Diffstat (limited to 'src/scss/styles/_variables.scss')
-rw-r--r--src/scss/styles/_variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scss/styles/_variables.scss b/src/scss/styles/_variables.scss
index 69c1662..2fdc734 100644
--- a/src/scss/styles/_variables.scss
+++ b/src/scss/styles/_variables.scss
@@ -19,6 +19,7 @@
--light-switch-s-bg: #FFFFFF;
--light-switch-border: #1976d2;
--light-switch-transform: translate(0%, 0%);
+ --light-tag-bg: #1976D2;
/* Dark mode */
--dark-text: #FFFFFF;
@@ -40,6 +41,7 @@
--dark-switch-s-bg: #080808;
--dark-switch-border: #1976d2;
--dark-switch-transform: translate(74%, 0%);
+ --dark-tag-bg: #1976D2;
/* Default mode */
--text: var(--dark-text);
@@ -61,4 +63,5 @@
--switch-s-bg: var(--dark-switch-s-bg);
--switch-border: var(--dark-switch-border);
--switch-transform: var(--dark-switch-transform);
+ --tag-bg: var(--dark-tag-bg);
}