Changed the style for the website

This commit is contained in:
Andrew Lee 2019-10-30 13:22:20 +00:00
parent ce405a8ffc
commit cdd2180cc8

View file

@ -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;