Update index.css

main
Crimson Tome 2021-10-20 18:56:59 +01:00 committed by GitHub
parent 20b177da19
commit 64a85aea8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -86,8 +86,7 @@ pre,
code {
font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
line-height: 1.5;
background: var(--border);
color: var(--text);
}
pre {
font-size: 14px;
@ -106,7 +105,8 @@ pre {
hyphens: none;
padding: 1em;
margin: .5em 0;
background-color: #f6f6f6;
/*background-color: #f6f6f6;*/
background: var(--border);
}
code {
word-break: break-all;