1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Fix background color

This commit is contained in:
Jeffrey Holland
2025-12-12 20:58:41 +01:00
parent 6e62e90fd0
commit e8f872021d

View File

@@ -29,7 +29,7 @@ body {
font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
color: rgb(var(--color-text-main));
background-color: rgb(var(--color-background));
background-color: rgb(var(--color-background-alt2));
}
body * {
@@ -62,7 +62,7 @@ body * {
transition: background-color 0.2s ease-in-out;
border-top-width: 0.1rem;
border-top-style: solid;
background: rgb(var(--color-background-alt2));
background: rgb(var(--color-background));
border-top-color: rgb(var(--color-secondary-300));
}