fix(core): update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
`
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user