mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 23:12:19 +00:00
style blockquotes
This commit is contained in:
parent
788b806981
commit
1b35ccd64d
1 changed files with 7 additions and 0 deletions
|
@ -275,3 +275,10 @@ form button {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
color: var(--off-fg);
|
color: var(--off-fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* blockquote styling */
|
||||||
|
blockquote {
|
||||||
|
font-style: italic;
|
||||||
|
border-left: 0.25rem solid var(--logo);
|
||||||
|
padding-left: 0.25rem;
|
||||||
|
}
|
Loading…
Reference in a new issue