Fix dark mode pre tags. Closes https://github.com/owncast/owncast/issues/394
This commit is contained in:
@@ -41,4 +41,8 @@ pre {
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@import "~antd/dist/antd.dark";
|
||||
pre {
|
||||
background-color: rgb(44, 44, 44);
|
||||
color:lightgrey;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user