mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Fix background color
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user