mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix dark mode pre tags. Closes https://github.com/owncast/owncast/issues/394
This commit is contained in:
parent
7b2106adce
commit
4bcc60369a
@ -41,4 +41,8 @@ pre {
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@import "~antd/dist/antd.dark";
|
||||
pre {
|
||||
background-color: rgb(44, 44, 44);
|
||||
color:lightgrey;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user