1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

Fix incorrect container color

This commit is contained in:
Jeffrey Holland
2025-12-12 21:32:44 +01:00
parent 3223a715aa
commit 785bb574a5

View File

@@ -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));
}