mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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">
|
||||
.content {
|
||||
margin: 4px;
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
.title {
|
||||
margin-top: 24px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user