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,
|
badgePrimaryBackground: $darkLinks,
|
||||||
badgePrimaryBackgroundHover: $darkPrimary-alt,
|
badgePrimaryBackgroundHover: $darkPrimary-alt,
|
||||||
badgePrimaryText: $darkDarkBlue2,
|
badgePrimaryText: $darkDarkBlue2,
|
||||||
badgeSecondaryBackground: $darkDarkBlue2,
|
badgeSecondaryBackground: $darkGrey2,
|
||||||
badgeSecondaryText: $white,
|
badgeSecondaryText: $darkDarkBlue2,
|
||||||
bgPrimaryColor: $darkPrimary,
|
bgPrimaryColor: $darkPrimary,
|
||||||
bgLightColor: $darkDarkBlue2,
|
bgLightColor: $darkDarkBlue2,
|
||||||
borderColor: $darkBlue1,
|
borderColor: $darkBlue1,
|
||||||
@ -301,7 +301,7 @@ $themes: (
|
|||||||
iconColor: #777777,
|
iconColor: #777777,
|
||||||
iconHover: $darkGrey2,
|
iconHover: $darkGrey2,
|
||||||
imgFilter: invert(1) grayscale(1),
|
imgFilter: invert(1) grayscale(1),
|
||||||
inputBackgroundColor: $darkDarkBlue1,
|
inputBackgroundColor: transparent,
|
||||||
inputBorderColor: $darkGrey1,
|
inputBorderColor: $darkGrey1,
|
||||||
inputDisabledBackground: $darkBlue2,
|
inputDisabledBackground: $darkBlue2,
|
||||||
inputDisabledColor: $darkGrey1,
|
inputDisabledColor: $darkGrey1,
|
||||||
@ -317,7 +317,7 @@ $themes: (
|
|||||||
listItemColor: $white,
|
listItemColor: $white,
|
||||||
listItemColorHover: $white,
|
listItemColorHover: $white,
|
||||||
loadingSvg: url('../images/loading-white.svg'),
|
loadingSvg: url('../images/loading-white.svg'),
|
||||||
navActiveBackground: $darkDarkBlue1,
|
navActiveBackground: $darkDarkBlue2,
|
||||||
navActiveWeight: 600,
|
navActiveWeight: 600,
|
||||||
navBackground: $darkDarkBlue1,
|
navBackground: $darkDarkBlue1,
|
||||||
navBackgroundAlt: $darkDarkBlue1,
|
navBackgroundAlt: $darkDarkBlue1,
|
||||||
|
Loading…
Reference in New Issue
Block a user