mirror of
https://codeberg.org/NoGitHub/nogithub.codeberg.page.git
synced 2024-12-21 22:52:58 -05:00
add custom css to improve asciidoc snippet
This commit is contained in:
parent
d7138cc332
commit
ff5fe639e7
1 changed files with 17 additions and 0 deletions
17
layouts/partials/custom_head.html
Normal file
17
layouts/partials/custom_head.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!-- A partial to be overwritten by the user.
|
||||
Simply place a custom_head.html into
|
||||
your local /layouts/partials-directory -->
|
||||
|
||||
<style>
|
||||
pre {
|
||||
color:#f8f8f2;
|
||||
background-color:#272822;
|
||||
-moz-tab-size:4;
|
||||
-o-tab-size:4;
|
||||
tab-size:4;
|
||||
}
|
||||
code.language-asciidoc{
|
||||
background-color: unset;
|
||||
color: unset;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue