Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/highlight.html')
-rw-r--r--layouts/partials/highlight.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/highlight.html b/layouts/partials/highlight.html
index c10cfca..a8f3db3 100644
--- a/layouts/partials/highlight.html
+++ b/layouts/partials/highlight.html
@@ -13,7 +13,6 @@
var lightcss = {{"css/monokailight.css" | absURL}}
// load syntax css
if (window.matchMedia('(prefers-color-scheme)').media === 'not all') {
- // alert('Browser doesn\'t support dark mode');
addCss(lightcss);
} else if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
addCss(darkcss);