~xdavidwu/xdavidwu.link

945f59236861d91bd9b4a0d5ec5b024dd9a59bfb — xdavidwu 4 years ago f7bc22d
background color tweaks
1 files changed, 2 insertions(+), 2 deletions(-)

M _sass/minimal-mistakes/skins/_custom.scss
M _sass/minimal-mistakes/skins/_custom.scss => _sass/minimal-mistakes/skins/_custom.scss +2 -2
@@ 3,14 3,14 @@
   ========================================================================== */

/* Colors */
$background-color: #141010 !default;
$background-color: #181818 !default;
$text-color: #fff6fb !default;
$primary-color: #00adb5 !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;
$form-background-color: mix(#000, $background-color, 15%) !default;
$footer-background-color: mix($primary-color, #000, 10%) !default;
$footer-background-color: #000 !default;
$link-color: $primary-color !default;
$link-color-hover: mix(#fff, $link-color, 25%) !default;
$link-color-visited: mix(#000, $link-color, 25%) !default;