mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[CL-791] global text color change (#15723)
* update variables to use same color as text-main * remove unused headers key from tailwind config
This commit is contained in:
@@ -18,7 +18,7 @@ $theme-colors: (
|
|||||||
);
|
);
|
||||||
|
|
||||||
$body-bg: $white;
|
$body-bg: $white;
|
||||||
$body-color: #333333;
|
$body-color: #1b2029;
|
||||||
|
|
||||||
$font-family-sans-serif:
|
$font-family-sans-serif:
|
||||||
Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
@@ -201,7 +201,7 @@ $themes: (
|
|||||||
textColor: $body-color,
|
textColor: $body-color,
|
||||||
textDangerColor: $white,
|
textDangerColor: $white,
|
||||||
textInfoColor: $white,
|
textInfoColor: $white,
|
||||||
textHeadingColor: #333333,
|
textHeadingColor: $body-color,
|
||||||
textMuted: #6c757d,
|
textMuted: #6c757d,
|
||||||
textSuccessColor: $white,
|
textSuccessColor: $white,
|
||||||
textWarningColor: $white,
|
textWarningColor: $white,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ $theme-colors: (
|
|||||||
);
|
);
|
||||||
|
|
||||||
$body-bg: $white;
|
$body-bg: $white;
|
||||||
$body-color: #333333;
|
$body-color: #1b2029;
|
||||||
|
|
||||||
$font-family-sans-serif:
|
$font-family-sans-serif:
|
||||||
Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||||
@@ -216,7 +216,7 @@ $themes: (
|
|||||||
textColor: $body-color,
|
textColor: $body-color,
|
||||||
textDangerColor: $white,
|
textDangerColor: $white,
|
||||||
textInfoColor: $white,
|
textInfoColor: $white,
|
||||||
textHeadingColor: #333333,
|
textHeadingColor: $body-color,
|
||||||
textMuted: #6c757d,
|
textMuted: #6c757d,
|
||||||
textSuccessColor: $white,
|
textSuccessColor: $white,
|
||||||
textWarningColor: $white,
|
textWarningColor: $white,
|
||||||
|
|||||||
@@ -74,7 +74,6 @@ module.exports = {
|
|||||||
contrast: rgba("--color-text-contrast"),
|
contrast: rgba("--color-text-contrast"),
|
||||||
alt2: rgba("--color-text-alt2"),
|
alt2: rgba("--color-text-alt2"),
|
||||||
code: rgba("--color-text-code"),
|
code: rgba("--color-text-code"),
|
||||||
headers: rgba("--color-text-headers"),
|
|
||||||
},
|
},
|
||||||
background: {
|
background: {
|
||||||
DEFAULT: rgba("--color-background"),
|
DEFAULT: rgba("--color-background"),
|
||||||
@@ -101,7 +100,6 @@ module.exports = {
|
|||||||
main: rgba("--color-text-main"),
|
main: rgba("--color-text-main"),
|
||||||
muted: rgba("--color-text-muted"),
|
muted: rgba("--color-text-muted"),
|
||||||
contrast: rgba("--color-text-contrast"),
|
contrast: rgba("--color-text-contrast"),
|
||||||
headers: rgba("--color-text-headers"),
|
|
||||||
alt2: rgba("--color-text-alt2"),
|
alt2: rgba("--color-text-alt2"),
|
||||||
code: rgba("--color-text-code"),
|
code: rgba("--color-text-code"),
|
||||||
black: colors.black,
|
black: colors.black,
|
||||||
|
|||||||
Reference in New Issue
Block a user