Change theme to dark
This commit is contained in:
parent
d90f2b8b9e
commit
81899a0155
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
# theme : "minimal-mistakes-jekyll"
|
||||
# remote_theme : "mmistakes/minimal-mistakes"
|
||||
minimal_mistakes_skin : "nord" # "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
minimal_mistakes_skin : "dark" # "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
|
||||
|
||||
# Site Settings
|
||||
locale : "en-US"
|
||||
|
|
|
@ -9,7 +9,7 @@ html {
|
|||
/* hacks-guide change start: add Nord skin */
|
||||
::selection {
|
||||
color: $text-color;
|
||||
background: $text-highlight-color;
|
||||
background: $code-background-color;
|
||||
}
|
||||
/* hacks-guide change end */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue