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

@@ -32,8 +32,8 @@ export class UplStatuspageStatusmonth extends DeesElement {
position: relative;
padding: 0px 0px 15px 0px;
display: block;
background: #222222;
font-family: Roboto Mono;
background: ${cssManager.bdTheme('#eeeeeb', '#222222')};;
font-family: Inter;
color: #fff;
}
@@ -46,7 +46,7 @@ export class UplStatuspageStatusmonth extends DeesElement {
}
.statusMonth {
background: #404040;
background: ${cssManager.bdTheme('#ffffff', '#333333')};;
min-height: 20px;
display: grid;
padding: 10px;