1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

theme border colors for approot

This commit is contained in:
Kyle Spearrin 2019-08-21 00:07:43 -04:00
parent 214686285b
commit da766b0b8e

View File

@ -14,9 +14,13 @@ html.browser_safari {
app-root {
border-width: 1px;
border-style: solid;
border-color: #000000;
@include themify($themes) {
border-color: themed('borderColor');
&.theme_light {
border-color: #777;
}
&.theme_nord {
border-color: #2e3440;
}
}
}