aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-pt2021/assets/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-pt2021/assets/style.sass')
-rw-r--r--themes/hugo-pt2021/assets/style.sass7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/assets/style.sass b/themes/hugo-pt2021/assets/style.sass
index 9a241a7..3b3fbb6 100644
--- a/themes/hugo-pt2021/assets/style.sass
+++ b/themes/hugo-pt2021/assets/style.sass
@@ -71,3 +71,10 @@
// table captions below tables
table.table
caption-side: bottom
+
+// dark mode (2024-05-27)
+//
+// this isn't perfect, there is screen tearing when dark mode
+// is enabled and the page first loads. see notes in script.js
+// and dark.sass
+@import "dark"