summaryrefslogtreecommitdiff
path: root/sass/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_typography.scss')
-rw-r--r--sass/_typography.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/sass/_typography.scss b/sass/_typography.scss
index 9f67009..b6bdf6d 100644
--- a/sass/_typography.scss
+++ b/sass/_typography.scss
@@ -61,6 +61,12 @@
border-radius: 8px;
}
+ @media (prefers-color-scheme: dark) {
+ pre {
+ border: 1px solid var(--color-outline-variant);
+ }
+ }
+
ul {
list-style: square;
}