This commit is contained in:
Gabe Kangas 2020-11-23 22:27:46 -08:00
parent 7b2106adce
commit 4bcc60369a

View file

@ -41,4 +41,8 @@ pre {
@media (prefers-color-scheme: dark) {
@import "~antd/dist/antd.dark";
pre {
background-color: rgb(44, 44, 44);
color:lightgrey;
}
}