fix(core): update

This commit is contained in:
2023-01-05 13:37:28 +01:00
parent 484741e052
commit d69a7f530b
15 changed files with 2858 additions and 17127 deletions

View File

@@ -29,7 +29,7 @@ export class UplStatuspageHeader extends DeesElement {
:host {
display: block;
background: ${cssManager.bdTheme('#eeeeeb', '#222222')};
font-family: Roboto Mono;
font-family: Inter;
color: ${cssManager.bdTheme('#333333', '#ffffff')};
}
@@ -65,7 +65,7 @@ export class UplStatuspageHeader extends DeesElement {
h1 {
margin: 0px;
text-align: center;
font-weight: 300;
font-weight: 600;
font-size: 35px;
}
@@ -73,7 +73,7 @@ export class UplStatuspageHeader extends DeesElement {
margin: 0px;
margin-top: 10px;
text-align: center;
font-weight: 300;
font-weight: 600;
font-size: 18px;
}
`