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

@@ -46,7 +46,7 @@ export class UplStatuspageIncidents extends DeesElement {
:host {
display: block;
background: ${cssManager.bdTheme('#eeeeeb', '#222222')};
font-family: Roboto Mono;
font-family: Inter;
color: ${cssManager.bdTheme('#333333', '#ffffff')};
}
@@ -56,7 +56,7 @@ export class UplStatuspageIncidents extends DeesElement {
}
.noIncidentBox {
background: #333;
background: ${cssManager.bdTheme('#ffffff', '#333333')};;
padding: 10px;
margin-bottom: 15px;
border-radius: 3px;