fix: disqus dark mode

This commit is contained in:
Jimmy Cai 2022-01-30 09:14:57 +00:00 committed by GitHub
parent 6474b9dfd8
commit 0448a476ea

View File

@ -12,6 +12,10 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
--pre-text-color: #f8f8f2;
--pre-background-color: #272822;
@import "partials/highlight/dark.scss";
iframe {
color-scheme: dark;
}
}
/*