fix: blockquote styling in dark mode
This commit is contained in:
parent
8ae84eaf42
commit
0befa58908
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@
|
||||||
max-width: $widescreen;
|
max-width: $widescreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content blockquote {
|
||||||
|
background-color: var(--grey-200);
|
||||||
|
border-left: .25rem solid var(--grey-300);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue