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 13:22:19 -06:00 committed by Paulus Schoutsen
parent 3ca842187a
commit 0f779dd7f8

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;