mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
Fixup dark theme (#197)
This commit is contained in:
parent
bbbf9b0cb9
commit
1d5c8d2d28
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
$body-color: #78888b
|
$body-color: #dfdfdf
|
||||||
$background: #111111
|
$background: #121212
|
||||||
$primary: #ed6a5a
|
$primary: #ed6a5a
|
||||||
$secondary: #f4f1bb
|
$secondary: #f4f1bb
|
||||||
$h-color: #75b8c8
|
$h-color: #75b8c8
|
||||||
|
$navbar-item-color: $body-color
|
||||||
|
$code-background: #222222
|
||||||
$link-hover: $secondary
|
$link-hover: $secondary
|
||||||
|
|
Loading…
Reference in a new issue