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