increased contrast of blockquote for dark theme
This commit is contained in:
parent
b7fdc2254e
commit
338ee5a7cf
1 changed files with 2 additions and 2 deletions
|
@ -178,13 +178,13 @@ blockquote {
|
||||||
background-color: ${(props) =>
|
background-color: ${(props) =>
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: "rgba(0, 0, 0, 5%)",
|
light: "rgba(0, 0, 0, 5%)",
|
||||||
dark: "rgba(255, 255, 255, 3%)",
|
dark: "rgba(255, 255, 255, 7%)",
|
||||||
})};
|
})};
|
||||||
|
|
||||||
border-left: ${(props) =>
|
border-left: ${(props) =>
|
||||||
theming.theme(props.theme.currentTheme, {
|
theming.theme(props.theme.currentTheme, {
|
||||||
light: "0.4rem solid rgba(0, 0, 0, 10%)",
|
light: "0.4rem solid rgba(0, 0, 0, 10%)",
|
||||||
dark: "0.4rem solid rgba(255, 255, 255, 5%)",
|
dark: "0.4rem solid rgba(255, 255, 255, 30%)",
|
||||||
})};
|
})};
|
||||||
padding-top: 0.1rem;
|
padding-top: 0.1rem;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue