mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 14:00:38 +00:00
Use ha-font-weight typography css tokens (#25374)
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
@@ -1021,7 +1021,7 @@ export class HaScriptEditor extends SubscribeMixin(
|
||||
}
|
||||
.errors {
|
||||
padding: 20px;
|
||||
font-weight: bold;
|
||||
font-weight: var(--ha-font-weight-bold);
|
||||
color: var(--error-color);
|
||||
}
|
||||
.yaml-mode {
|
||||
@@ -1072,7 +1072,7 @@ export class HaScriptEditor extends SubscribeMixin(
|
||||
}
|
||||
.header .name {
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
font-weight: var(--ha-font-weight-normal);
|
||||
flex: 1;
|
||||
}
|
||||
.header a {
|
||||
|
||||
Reference in New Issue
Block a user