hugo-tufte/assets/scss/highlight-light.scss
slashformotion 70c7b91f81
Convert css to scss entirely (#24)
* Convert css to scss entirely
Fixes #15

* tufte css is now a scss file
2021-08-20 23:21:47 +02:00

12 lines
No EOL
288 B
SCSS

$ht-code-bgcolor: #dde2ff;
@import "syntax/syntax-light.scss";
.highlight {
&::-webkit-scrollbar {
background: $ht-code-bgcolor;
}
&::-webkit-scrollbar-thumb {
background: scale-color($ht-code-bgcolor, $lightness: -13%, $saturation: -80%);
}
}