This commit is contained in:
zoe 2022-04-13 22:03:32 +02:00
parent abb81b7aca
commit c07edf9995
2 changed files with 8 additions and 1 deletions

View File

@ -54,6 +54,7 @@ h6 {
font-style: italic;
}
::before{
::before,
code {
font-family: CaskaydiaCoveMono;
}

View File

@ -25,6 +25,7 @@ footer {
#content ul,
#content ol,
#content table,
code,
.postdescription,
hr
{
@ -32,6 +33,11 @@ hr
margin-left: 24%;
}
p code{
margin-left:0;
margin-right: 0;
}
#content ol ol,
#content ul ul{
margin-left: 0.12em;