1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Use --color-background for background and border color

This commit is contained in:
Jeffrey Holland
2025-12-12 16:02:05 +01:00
parent bcafa099a7
commit 6e62e90fd0

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-alt2));
background-color: rgb(var(--color-background));
}
body * {
@@ -173,8 +173,8 @@ body * {
will-change: transform;
border-bottom: 0.1rem solid;
color: rgb(var(--color-text-main));
background-color: rgb(var(--color-background-alt2));
border-bottom-color: rgb(var(--color-background-alt2));
background-color: rgb(var(--color-background));
border-bottom-color: rgb(var(--color-background));
}
.inline-menu-list-heading--bordered {