0
Fork 0
mirror of https://codeberg.org/NoGitHub/nogithub.codeberg.page.git synced 2024-12-21 14:42:58 -05:00

add custom css to improve asciidoc snippet

This commit is contained in:
Twann 2023-12-24 15:17:51 +01:00
parent d7138cc332
commit ff5fe639e7
No known key found for this signature in database
GPG key ID: A964862B572E3094

View 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>