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