allow label-badge-title font-weight theming (#1102)

* allow label-badge-title font-weight theming

* change to 400 weight

kept the variable for those who really prefer the thinness of before.
This commit is contained in:
NovapaX 2018-04-18 20:16:13 +02:00 committed by Paulus Schoutsen
parent a5aaaf6a0a
commit afc4663870

View File

@ -67,7 +67,7 @@
margin-top: 1em;
font-size: var(--ha-label-badge-title-font-size, .9em);
width: var(--ha-label-badge-title-width, 5em);
font-weight: 300;
font-weight: var(--ha-label-badge-title-font-weight, 400);
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;