diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-04 22:59:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-04 23:00:38 -0500 |
commit | 565d940feaf0f224562bdc5d7aa011c361996dd6 (patch) | |
tree | 593d08d45deb0d5f08f325e56a9b3f374459776c /src/scss/styles/_variables.scss | |
parent | 4335760adce3eda6ff8a2cd7f9b379bddebd2de7 (diff) | |
download | simple-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.scss | 2 |
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; |