mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
apparently we didn't have any blockquote styling
This commit is contained in:
parent
9a67e6e763
commit
7a405934fd
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@ code {
|
||||||
font-variant-ligatures: none;
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin-left: 1em;
|
||||||
|
margin-right: 2em;
|
||||||
|
padding-left: 0.5em;
|
||||||
|
border-left: 4px solid rgba(0, 0, 0, 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
pre.highlight {
|
pre.highlight {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue