mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-08 09:01:20 +02:00
Fix markdown render dark background (#137)
This commit is contained in:
4
public/style.css
vendored
4
public/style.css
vendored
@ -152,3 +152,7 @@ dl.dl-config dt {
|
|||||||
dl.dl-config dd {
|
dl.dl-config dd {
|
||||||
@apply ml-1 col-span-2 break-words;
|
@apply ml-1 col-span-2 break-words;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body {
|
||||||
|
@apply dark:bg-gray-900 !important;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user