hugo-theme-introduction/assets/sass/_dark-variables.sass
Victoria Drake 7694f9b1b4
Introduction v6.0.0 (#329)
* Simplify dark theme

- Make dark theme less awful (sorry about that)

* Update exampleSite posts

* Add support for multiple authors per post (#328)
2022-02-22 08:06:29 -06:00

8 lines
183 B
Sass

$body-color: #ffffff
$background: #222222
$primary: #00b8d4
$secondary: #efefef
$h-color: $secondary
$navbar-item-color: $body-color
$code-background: #222222
$link-hover: $secondary