(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-09-11 13:59:01 +02:00 committed by GitSync
parent 31aa42abe8
commit 13985e5e70
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -57,10 +57,13 @@ body {
} }
/* code blocks */ /* code blocks */
code[class*="language-"], pre[class*="language-"] { pre[class*="language-"] {
background: #222222 !important; background: #222222 !important;
border: 1px solid #555555 !important; border: 1px solid #555555 !important;
} }
code[class*="language-"] {
background: #222222 !important;
}
pre code { pre code {
/*color: #b51c42;*/ /*color: #b51c42;*/
color: #c897d8 !important; color: #c897d8 !important;