diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-11-01 21:02:09 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2023-11-01 21:02:09 +0100 |
commit | 6d3b8739287f8f1c89211b1c785342c2ce9050f5 (patch) | |
tree | 1b74e6c498cfa0bb12cdad10703b76e8303a71a5 /sass/_typography.scss | |
parent | ef15a6ec8f14c2398cfd28786c83072888690718 (diff) |
Diffstat (limited to 'sass/_typography.scss')
-rw-r--r-- | sass/_typography.scss | 6 |
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;
}
|