mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
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:
parent
8b60d50050
commit
1403ecfa6f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user