diff --git a/index.html b/index.html index 9575714..2233db0 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,8 @@ - + + @@ -29,6 +30,18 @@ width: 100%; height: 100%; } + + /* Dark mode theme overrides */ + :root { + --siteFont: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !important; + --codeFontFamily: 'Roboto Mono', Monaco, courier, monospace !important; + --bodyFontSize: 15px !important; + --accent: #0AC7EF !important; + } + + html[style*="color-scheme: dark"] .sidebar > h1 img { + filter: invert(1) hue-rotate(180deg) brightness(1.2); + } @@ -66,4 +79,5 @@ + \ No newline at end of file