mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
7694f9b1b4
* Simplify dark theme - Make dark theme less awful (sorry about that) * Update exampleSite posts * Add support for multiple authors per post (#328)
8 lines
183 B
Sass
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
|