cleanup some css
parent
fce85ca585
commit
adc208a34f
|
@ -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*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
}
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue