chat: set input for light mode

This commit is contained in:
Matilde Park 2020-10-05 17:45:33 -04:00
parent 35cd36407d
commit a211cb90f2

View File

@ -231,6 +231,11 @@ blockquote {
font-family: 'Inter';
}
.chat .cm-s-tlon.CodeMirror {
font-size: 16px;
margin-top: 6px;
}
pre, code {
background-color: var(--light-gray);
}