Fix markdown headers in light mode

This commit is contained in:
oobabooga 2023-03-23 00:13:34 -03:00 committed by GitHub
parent de6a09dc7f
commit 7b6f85d327
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,3 +50,7 @@ ol li p, ul li p {
#main, #parameters, #chat-settings, #interface-mode, #lora {
border: 0;
}
.gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
color: white;
}