mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
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:
parent
3ca842187a
commit
0f779dd7f8
@ -12,6 +12,7 @@ class HassioSystem extends PolymerElement {
|
|||||||
<style include="iron-flex ha-style">
|
<style include="iron-flex ha-style">
|
||||||
.content {
|
.content {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
color: var(--primary-text-color);
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user