theme border colors for approot

This commit is contained in:
Kyle Spearrin 2019-08-21 00:07:43 -04:00
parent 214686285b
commit da766b0b8e
1 changed files with 6 additions and 2 deletions

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