(Grav GitSync) Automatic Commit from RealStickman

This commit is contained in:
RealStickman 2022-09-11 13:58:01 +02:00 committed by GitSync
parent ae6e0652b2
commit 31aa42abe8
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -57,25 +57,25 @@ body {
}
/* code blocks */
pre .language-txt {
code[class*="language-"], pre[class*="language-"] {
background: #222222 !important;
border: 1px solid #555555 !important;
}
pre code {
/*color: #b51c42;*/
color: #c897d8;
color: #c897d8 !important;
/* this padding fixes indent on first line for codeblocks */
padding: 0;
padding: 0 !important;
}
pre .copy-to-clipboard {
background-color: #111111;
background-color: #111111 !important;
/*
to revert the fix for "copy" button
margin-top: 0;
*/
}
pre .copy-to-clipboard:hover {
background-color: #333333;
background-color: #333333 !important;
}
/* inline code */