diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-30 13:22:20 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-30 13:22:20 +0000 |
| commit | cdd2180cc869e75d62e7beb0275048e14d593704 (patch) | |
| tree | e7c68a5ff7316c46b9c7024206e34110b2bb76e8 | |
| parent | ce405a8ffc1a40514f447ce5a8c1b0ddbf087271 (diff) | |
| download | pokeworld-website-cdd2180cc869e75d62e7beb0275048e14d593704.tar.gz pokeworld-website-cdd2180cc869e75d62e7beb0275048e14d593704.tar.bz2 pokeworld-website-cdd2180cc869e75d62e7beb0275048e14d593704.zip | |
Changed the style for the website
| -rw-r--r-- | _sass/minimal-mistakes/skins/_dark.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_sass/minimal-mistakes/skins/_dark.scss b/_sass/minimal-mistakes/skins/_dark.scss index 44f1bda..534d35b 100644 --- a/_sass/minimal-mistakes/skins/_dark.scss +++ b/_sass/minimal-mistakes/skins/_dark.scss @@ -3,9 +3,9 @@ ========================================================================== */ /* Colors */ -$background-color: #252a34 !default; +$background-color: #13151a !default; $text-color: #eaeaea !default; -$primary-color: #00adb5 !default; +$primary-color: #b50000 !default; $border-color: mix(#fff, $background-color, 20%) !default; $code-background-color: mix(#000, $background-color, 15%) !default; $code-background-color-dark: mix(#000, $background-color, 20%) !default; |
