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

9 lines
180 B
Sass
Raw Normal View History

2020-03-29 20:51:08 +00:00
$body-color: #dfdfdf
$background: #121212
2018-07-10 07:23:19 +00:00
$primary: #ed6a5a
$secondary: #f4f1bb
$h-color: #75b8c8
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