Fix whitespace formatting in perplexity_colors extension. (#3643)

This commit is contained in:
tdrussell 2023-08-22 14:49:37 -05:00 committed by GitHub
parent 1b419f656f
commit 2da38e89e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 67 deletions

View file

@ -26,4 +26,8 @@
.container :not(pre) > code {
white-space: normal !important;
}
.container .hoverable {
font-size: 14px;
}