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 UplStatuspageStatusdetails 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;
}
@@ -41,7 +41,7 @@ export class UplStatuspageStatusdetails extends DeesElement {
margin: auto;
max-width: 900px;
text-align: right;
background: #404040;
background: ${cssManager.bdTheme('#ffffff', '#333333')};;
line-height: 50px;
border-radius: 3px;
}