1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-04 15:40:57 +00:00
notes/_sass/color_schemes/dark.scss

15 lines
332 B
SCSS
Raw Normal View History

2018-11-15 20:13:02 +00:00
$body-background-color: $grey-dk-300;
$sidebar-color: $grey-dk-300;
$border-color: $grey-dk-200;
$body-text-color: $grey-lt-300;
$body-heading-color: $grey-lt-000;
$nav-child-link-color: $grey-dk-000;
2018-11-18 16:07:45 +00:00
$link-color: $blue-000;
$btn-primary-color: $blue-200;
$base-button-color: $grey-dk-250;
2018-11-15 20:13:02 +00:00
$code-background-color: $grey-dk-250;