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.pull/2747/head
parent
3ca842187a
commit
0f779dd7f8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue