(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
ae6e0652b2
commit
31aa42abe8
Binary file not shown.
@ -57,25 +57,25 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* code blocks */
|
/* code blocks */
|
||||||
pre .language-txt {
|
code[class*="language-"], pre[class*="language-"] {
|
||||||
background: #222222 !important;
|
background: #222222 !important;
|
||||||
border: 1px solid #555555 !important;
|
border: 1px solid #555555 !important;
|
||||||
}
|
}
|
||||||
pre code {
|
pre code {
|
||||||
/*color: #b51c42;*/
|
/*color: #b51c42;*/
|
||||||
color: #c897d8;
|
color: #c897d8 !important;
|
||||||
/* this padding fixes indent on first line for codeblocks */
|
/* this padding fixes indent on first line for codeblocks */
|
||||||
padding: 0;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
pre .copy-to-clipboard {
|
pre .copy-to-clipboard {
|
||||||
background-color: #111111;
|
background-color: #111111 !important;
|
||||||
/*
|
/*
|
||||||
to revert the fix for "copy" button
|
to revert the fix for "copy" button
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
pre .copy-to-clipboard:hover {
|
pre .copy-to-clipboard:hover {
|
||||||
background-color: #333333;
|
background-color: #333333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* inline code */
|
/* inline code */
|
||||||
|
Loading…
Reference in New Issue
Block a user