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 */
* {
box-sizing: border-box;
/*border: 3px solid #73AD21; toggle to debug borders */
}
@ -117,7 +116,6 @@ pre {
max-width: 90vw;
}
/*background-color: var(--code-bg)*/
}
code {
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;
background: #272822;
color: #f8f8f2;
max-width: 600px !important;
max-width: 600px;
}
pre[class*="language-"] {
padding: 1.5em 0;