Added theme to events documentation (#5903)

This commit is contained in:
Mat Strange 2020-05-18 10:26:10 +01:00 committed by GitHub
parent c37eb023b0
commit 9e1eb41cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View File

@ -51,6 +51,10 @@ class HaPanelDevEvent extends EventsMixin(LocalizeMixin(PolymerElement)) {
max-width: 800px;
margin: 16px auto;
}
a {
color: var(--primary-color);
}
</style>
<div class$="[[computeFormClasses(narrow)]]">

View File

@ -24,7 +24,7 @@ class EventsList extends EventsMixin(LocalizeMixin(PolymerElement)) {
}
a {
color: var(--dark-primary-color);
color: var(--primary-color);
}
</style>

View File

@ -165,7 +165,7 @@ class HaPanelDevInfo extends LitElement {
}
.about a {
color: var(--dark-primary-color);
color: var(--primary-color);
}
system-health-card,

View File

@ -29,7 +29,7 @@ class HaPanelDevTemplate extends LocalizeMixin(PolymerElement) {
}
.edit-pane a {
color: var(--dark-primary-color);
color: var(--primary-color);
}
.horizontal .edit-pane {