hugo-theme-introduction/assets/sass/_dark-variables.sass

9 lines
183 B
Sass
Raw Normal View History

$body-color: #ffffff
$background: #222222
$primary: #00b8d4
$secondary: #efefef
$h-color: $secondary
2020-03-29 20:51:08 +00:00
$navbar-item-color: $body-color
$code-background: #222222
2018-07-10 07:23:19 +00:00
$link-hover: $secondary