Image/website/style.css
2022-04-22 23:44:49 +08:00

16 lines
217 B
CSS

img {
display: initial !important;
}
article pre code .line.highlighted::before {
background-color: rgb(107 114 128 / 0.3);
}
:root {
--nextra-primary-hue: 300deg;
}
.dark {
--nextra-primary-hue: 300deg;
}