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; max-width: 800px;
margin: 16px auto; margin: 16px auto;
} }
a {
color: var(--primary-color);
}
</style> </style>
<div class$="[[computeFormClasses(narrow)]]"> <div class$="[[computeFormClasses(narrow)]]">

View File

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

View File

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

View File

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