2021-02-08 05:06:47 +01:00
|
|
|
.chroma {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
|
2021-04-16 01:58:54 +02:00
|
|
|
img {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2021-02-08 05:06:47 +01:00
|
|
|
.post-content .highlight .chroma .hl {
|
|
|
|
background-color: #555 !important
|
|
|
|
}
|
|
|
|
|
2021-02-08 18:44:17 +01:00
|
|
|
div.post-message div p {
|
|
|
|
color: var(--content) !important
|
|
|
|
}
|
|
|
|
|