aboutsummaryrefslogtreecommitdiff
path: root/_sass/media.scss
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-26 14:03:46 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-26 14:03:46 +0100
commitae1b6f841f109a5a2979afd0ad9cf06917c8b570 (patch)
treeef3f7d3374f23dec8bbe199731bb5f9f08919d48 /_sass/media.scss
parentcebddfcb61f87dcaad7be31d3bb0bb48bd8d1afb (diff)
update colors
Diffstat (limited to '_sass/media.scss')
-rw-r--r--_sass/media.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/_sass/media.scss b/_sass/media.scss
index d254674..134d0d4 100644
--- a/_sass/media.scss
+++ b/_sass/media.scss
@@ -11,25 +11,10 @@
}
@media only screen and (prefers-color-scheme: dark) {
- .invert, input, button {
- background-color: #222;
- color: inherit;
- }
-
nav .item.active {
- color: inherit;
- background-color: canvas;
text-decoration: underline;
font-weight: bold;
}
-
- :root {
- --code-comment: #808b9bd9;
- --code-keyword: #d25a76;
- --code-string: #e4a87e;
- --code-number: #fa7d57;
- --code-operator: #da9eff;
- }
}
@media print {