Set header and tab color (#6582)

This commit is contained in:
Joakim Sørensen 2020-08-10 16:42:55 +02:00 committed by GitHub
parent 7f819f0020
commit 1eac9fa1cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,6 +342,7 @@ export class HuiDialogEditView extends LitElement {
css`
h2 {
display: block;
color: var(--primary-text-color);
line-height: normal;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@ -380,6 +381,7 @@ export class HuiDialogEditView extends LitElement {
}
paper-tabs {
--paper-tabs-selection-bar-color: var(--primary-color);
color: var(--primary-text-color);
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 20px;