aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/styles/_variables.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-04 22:59:55 -0500
committerJesús <heckyel@hyperbola.info>2021-12-04 23:00:38 -0500
commit565d940feaf0f224562bdc5d7aa011c361996dd6 (patch)
tree593d08d45deb0d5f08f325e56a9b3f374459776c /src/scss/styles/_variables.scss
parent4335760adce3eda6ff8a2cd7f9b379bddebd2de7 (diff)
downloadsimple-565d940feaf0f224562bdc5d7aa011c361996dd6.tar.lz
simple-565d940feaf0f224562bdc5d7aa011c361996dd6.tar.xz
simple-565d940feaf0f224562bdc5d7aa011c361996dd6.zip
[light-theme]: update background
Diffstat (limited to 'src/scss/styles/_variables.scss')
-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 f54fa2e..120858d 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;