1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +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:
Bryan Cunningham
2025-07-24 16:15:51 -04:00
committed by GitHub
parent ebc6f9fea3
commit 1f73ff17ed
3 changed files with 4 additions and 6 deletions

View File

@@ -74,7 +74,6 @@ module.exports = {
contrast: rgba("--color-text-contrast"),
alt2: rgba("--color-text-alt2"),
code: rgba("--color-text-code"),
headers: rgba("--color-text-headers"),
},
background: {
DEFAULT: rgba("--color-background"),
@@ -101,7 +100,6 @@ module.exports = {
main: rgba("--color-text-main"),
muted: rgba("--color-text-muted"),
contrast: rgba("--color-text-contrast"),
headers: rgba("--color-text-headers"),
alt2: rgba("--color-text-alt2"),
code: rgba("--color-text-code"),
black: colors.black,