17 lines
214 B
CSS
17 lines
214 B
CSS
.chroma {
|
|
background-color: unset;
|
|
}
|
|
|
|
img {
|
|
height: auto;
|
|
}
|
|
|
|
.post-content .highlight .chroma .hl {
|
|
background-color: #555 !important
|
|
}
|
|
|
|
div.post-message div p {
|
|
color: var(--content) !important
|
|
}
|
|
|