fix(core): update

This commit is contained in:
2021-09-27 00:45:17 +02:00
parent 78811a2879
commit 1903687a46
8 changed files with 202 additions and 60 deletions

View File

@@ -33,11 +33,17 @@ export class UplStatuspageFooter extends DeesElement {
css`
:host {
display: block;
background: ${cssManager.bdTheme('#eeeeeb', '#222222')};
background: ${cssManager.bdTheme('#ffffff', '#000000')};
font-family: Roboto Mono;
color: ${cssManager.bdTheme('#333333', '#ffffff')};
}
.mainbox {
max-width: 900px;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
}
`
]