mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
colors
This commit is contained in:
parent
abb81b7aca
commit
c07edf9995
2 changed files with 8 additions and 1 deletions
|
@ -54,6 +54,7 @@ h6 {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
::before{
|
||||
::before,
|
||||
code {
|
||||
font-family: CaskaydiaCoveMono;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue