From 769b3fa648f52f53c31a7020743cfa4100f890f4 Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 30 Jan 2024 19:01:42 +0300 Subject: [PATCH] feat: More optimizations --- sass/style.scss | 3 --- templates/includes/head.html | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index c297617..0d5fd6d 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -25,6 +25,3 @@ @use "qrcode"; @use "statements"; @use "tags"; - -@import url("syntax-theme-dark.css") (prefers-color-scheme: dark); -@import url("syntax-theme-light.css") (prefers-color-scheme: light); diff --git a/templates/includes/head.html b/templates/includes/head.html index c569791..24e8b00 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -16,10 +16,12 @@ {%- endif -%} - + + + {% if config.extra.stylesheets %} {% for stylesheet in config.extra.stylesheets %} - + {% endfor %} {% endif %}