mirror of
https://github.com/UniverseDevGroup/pokeworld-website.git
synced 2025-01-22 09:21:59 -05:00
Changed the style for the website
This commit is contained in:
parent
ce405a8ffc
commit
cdd2180cc8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue