Fix sponsors title contrast (#1590)

This commit is contained in:
AsyncBanana 2021-10-20 18:24:48 -04:00 committed by GitHub
parent 08524613bb
commit 93f0f1b756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;