mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
Fix dark mode pre tags. Closes https://github.com/owncast/owncast/issues/394
This commit is contained in:
parent
7b2106adce
commit
4bcc60369a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue