hugo-tufte/assets/scss/highlight-dark.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
286 B
SCSS

$ht-code-bgcolor: #282a36;
@import "syntax/syntax-dark.scss";
.highlight {
&::-webkit-scrollbar {
background: $ht-code-bgcolor;
}
&::-webkit-scrollbar-thumb {
background: scale-color($ht-code-bgcolor, $lightness: 23%, $saturation: -40%);
}
}