mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
fix theme styles for app-root
This commit is contained in:
parent
da766b0b8e
commit
8ceb27170c
@ -15,12 +15,13 @@ html.browser_safari {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
&.theme_light {
|
||||
border-color: #777;
|
||||
}
|
||||
&.theme_nord {
|
||||
border-color: #2e3440;
|
||||
}
|
||||
&.theme_light app-root {
|
||||
border-color: #777;
|
||||
}
|
||||
|
||||
&.theme_nord app-root {
|
||||
border-color: #2e3440;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user