fix: blockquote styling in dark mode
This commit is contained in:
parent
8ae84eaf42
commit
0befa58908
@ -24,3 +24,7 @@
|
||||
max-width: $widescreen;
|
||||
}
|
||||
|
||||
.content blockquote {
|
||||
background-color: var(--grey-200);
|
||||
border-left: .25rem solid var(--grey-300);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user