mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
16 lines
217 B
CSS
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;
|
|
}
|