fix: html page colors
This commit is contained in:
parent
f2bc769a43
commit
2274c7ce4b
@ -234,18 +234,19 @@ app.component('plugScheduleWidget', {
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: sans;
|
||||
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
|
||||
padding: 0px;
|
||||
border-spacing: 0px;
|
||||
border: transparent;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
color: #aaa;
|
||||
font-weight: normal;
|
||||
}
|
||||
body {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
background: #333340;
|
||||
}
|
||||
button {
|
||||
padding: 4px 8px;
|
||||
margin-left: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user