💄 style: slight redesign of quote blocks

Uses theme's colours.
This commit is contained in:
welpo 2023-02-17 00:34:31 +01:00
parent 6afcd2fbbb
commit e61e7970f2
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ hr {
}
blockquote {
border-left: 3px solid var(--border-color);
border-left: 0.2rem solid var(--accent-color);
color: var(--quote-color);
margin: 0;
padding-left: 1em;