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" # theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes" # 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 # Site Settings
locale : "en-US" locale : "en-US"
@ -96,7 +96,7 @@ social:
analytics: analytics:
provider : # false (default), "google", "google-universal", "google-gtag", "custom" provider : # false (default), "google", "google-universal", "google-gtag", "custom"
google: google:
tracking_id : tracking_id :
anonymize_ip : # true, false (default) anonymize_ip : # true, false (default)

View file

@ -9,7 +9,7 @@ html {
/* hacks-guide change start: add Nord skin */ /* hacks-guide change start: add Nord skin */
::selection { ::selection {
color: $text-color; color: $text-color;
background: $text-highlight-color; background: $code-background-color;
} }
/* hacks-guide change end */ /* hacks-guide change end */
} }