aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-07 12:59:47 -0500
committerJesús <heckyel@hyperbola.info>2021-12-07 12:59:47 -0500
commit128329a504a54f38fa31107e2cbd879926dc1aff (patch)
tree3887add19bd225dc4c670a2551be5ea7020a99d3
parent479728e1584cee5c75b51bfeb227d4f8178f9772 (diff)
parent565d940feaf0f224562bdc5d7aa011c361996dd6 (diff)
downloadsimple-128329a504a54f38fa31107e2cbd879926dc1aff.tar.lz
simple-128329a504a54f38fa31107e2cbd879926dc1aff.tar.xz
simple-128329a504a54f38fa31107e2cbd879926dc1aff.zip
Merge branch 'master' of ssh://hgit/software/simple into master
-rw-r--r--src/scss/styles/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/styles/_variables.scss b/src/scss/styles/_variables.scss
index 10ea52d..3b4931c 100644
--- a/src/scss/styles/_variables.scss
+++ b/src/scss/styles/_variables.scss
@@ -2,7 +2,7 @@
/* Light mode */
--light-text: #000000;
--light-aside-text: #FFFFFF;
- --light-p-bg: #080808;
+ --light-p-bg: #272525;
--light-s-bg: #FFFFFF;
--light-link: #1976D2;
--light-link-visited: #7755FF;