Fix sponsors title contrast (#1590)
This commit is contained in:
parent
08524613bb
commit
93f0f1b756
1 changed files with 4 additions and 2 deletions
|
@ -141,9 +141,11 @@ const sidebarSections = SIDEBAR[langCode].reduce((col, item) => {
|
||||||
.sponsor-logo__vercel {
|
.sponsor-logo__vercel {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
:global(:root.theme-dark .sponsors-title) {
|
||||||
|
color: hsl(var(--color-base-gray), 75%);
|
||||||
|
}
|
||||||
.sponsors-title {
|
.sponsors-title {
|
||||||
color: hsl(var(--color-base-gray), 50%);
|
color: hsl(var(--color-base-gray), 25%);
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
letter-spacing: 0.0625em;
|
letter-spacing: 0.0625em;
|
||||||
|
|
Loading…
Reference in a new issue