Change theme to dark

This commit is contained in:
Sketch 2023-10-04 10:25:47 -04:00
parent d90f2b8b9e
commit 81899a0155
2 changed files with 3 additions and 3 deletions

View file

@ -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"
@ -96,7 +96,7 @@ social:
analytics:
provider : # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
tracking_id :
anonymize_ip : # true, false (default)

View file

@ -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 */
}