Minor dark mode fixes (#1273)

* Fix badge colors and nav bar color

* Make input background transparent in dark mode

* fix badge colors

* remove extra space
This commit is contained in:
Robyn MacCallum 2021-11-04 08:35:51 -04:00 committed by GitHub
parent 8b60d50050
commit 1403ecfa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -246,8 +246,8 @@ $themes: (
badgePrimaryBackground: $darkLinks,
badgePrimaryBackgroundHover: $darkPrimary-alt,
badgePrimaryText: $darkDarkBlue2,
badgeSecondaryBackground: $darkDarkBlue2,
badgeSecondaryText: $white,
badgeSecondaryBackground: $darkGrey2,
badgeSecondaryText: $darkDarkBlue2,
bgPrimaryColor: $darkPrimary,
bgLightColor: $darkDarkBlue2,
borderColor: $darkBlue1,
@ -301,7 +301,7 @@ $themes: (
iconColor: #777777,
iconHover: $darkGrey2,
imgFilter: invert(1) grayscale(1),
inputBackgroundColor: $darkDarkBlue1,
inputBackgroundColor: transparent,
inputBorderColor: $darkGrey1,
inputDisabledBackground: $darkBlue2,
inputDisabledColor: $darkGrey1,
@ -317,7 +317,7 @@ $themes: (
listItemColor: $white,
listItemColorHover: $white,
loadingSvg: url('../images/loading-white.svg'),
navActiveBackground: $darkDarkBlue1,
navActiveBackground: $darkDarkBlue2,
navActiveWeight: 600,
navBackground: $darkDarkBlue1,
navBackgroundAlt: $darkDarkBlue1,