mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
style blockquotes
This commit is contained in:
parent
0d37ca979e
commit
e9172bbdd1
1 changed files with 7 additions and 0 deletions
|
@ -274,4 +274,11 @@ form button {
|
|||
.date {
|
||||
font-size: 0.8rem;
|
||||
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