cleanup some css

main
CrimsonTome 2022-09-04 14:29:25 +00:00 committed by Matt Clark
parent fce85ca585
commit adc208a34f
2 changed files with 2 additions and 4 deletions

View File

@ -37,7 +37,6 @@
/* Global stylesheet */ /* Global stylesheet */
* { * {
box-sizing: border-box; box-sizing: border-box;
/*border: 3px solid #73AD21; toggle to debug borders */ /*border: 3px solid #73AD21; toggle to debug borders */
} }
@ -117,7 +116,6 @@ pre {
max-width: 90vw; max-width: 90vw;
} }
/*background-color: var(--code-bg)*/ /*background-color: var(--code-bg)*/
}
code { code {
word-break: break-all !important; word-break: break-all !important;
} }
@ -309,3 +307,4 @@ body { /*new crimson gradient*/
} }
} }
*/ */
}

View File

@ -15,8 +15,7 @@ code[class*="language-"], pre[class*="language-"] {
hyphens: none; hyphens: none;
background: #272822; background: #272822;
color: #f8f8f2; color: #f8f8f2;
max-width: 600px !important; max-width: 600px;
} }
pre[class*="language-"] { pre[class*="language-"] {
padding: 1.5em 0; padding: 1.5em 0;