Merge pull request #4504 from roc-lang/fix-styles

Fix some web styles
This commit is contained in:
Richard Feldman 2022-11-16 21:53:05 -05:00 committed by GitHub
commit 1e4cf52fd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 4 deletions

View file

@ -468,6 +468,12 @@ pre {
line-height: 15px;
}
.builtins-tip {
padding: 1em;
font-style: italic;
line-height: 1.3em;
}
@media (prefers-color-scheme: dark) {
:root {
--body-bg-color: var(--purple-8);