Apply text color to system information text (#2739)

Apply primary-text-color to content so the system information text can be themed.  Currently text remains black, which is unreadable on dark themes.
This commit is contained in:
kethoth
2019-02-13 11:22:19 -08:00
committed by Paulus Schoutsen
parent 3ca842187a
commit 0f779dd7f8
+1
View File
@@ -12,6 +12,7 @@ class HassioSystem extends PolymerElement {
<style include="iron-flex ha-style">
.content {
margin: 4px;
color: var(--primary-text-color);
}
.title {
margin-top: 24px;