Skip to content

Commit d834671

Browse files
committed
Update blockquote styling to match main Redux site
1 parent 5170cd9 commit d834671

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
--ifm-code-font-size: 95%;
1717
--ifm-code-border-radius: 3px;
1818
--ifm-code-background: rgba(27, 31, 35, 0.05);
19+
20+
--ifm-blockquote-color: #ecf4f9;
21+
--ifm-blockquote-color-dark: #cbddea;
1922
}
2023

2124
@media screen and (max-width: 996px) {
@@ -30,6 +33,13 @@
3033
}
3134
}
3235

36+
blockquote {
37+
color: var(--ifm-font-base-color);
38+
background-color: var(--ifm-blockquote-color);
39+
border-left: 6px solid var(--ifm-blockquote-color-dark);
40+
border-radius: var(--ifm-global-radius);
41+
}
42+
3343
.docusaurus-highlight-code-line {
3444
background-color: rgb(72, 77, 91);
3545
display: block;

0 commit comments

Comments
 (0)