Image/website/style.css
2022-04-22 00:50:32 +08:00

15 lines
216 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;
}