fix theme styles for app-root

This commit is contained in:
Kyle Spearrin 2019-08-21 00:11:01 -04:00
parent da766b0b8e
commit 8ceb27170c
1 changed files with 8 additions and 7 deletions

View File

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