mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[chore/frontend] Tweak blockquote formatting (#3326)
This commit is contained in:
parent
3edfc7eeef
commit
4f8f6d9dac
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ ol {
|
|||
orange strip for left border.
|
||||
*/
|
||||
blockquote {
|
||||
padding: 0.5rem 0 0.5rem 0.5rem;
|
||||
padding: 0.5rem;
|
||||
border-left: 0.2rem solid $border-accent;
|
||||
margin: 0;
|
||||
font-style: normal;
|
||||
|
@ -259,7 +259,7 @@ blockquote {
|
|||
use for code blocks
|
||||
*/
|
||||
background-color: $gray2;
|
||||
border-radius: $br;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue