fix: html page colors

This commit is contained in:
alban 2023-11-09 21:34:43 +01:00
parent f2bc769a43
commit 2274c7ce4b
1 changed files with 4 additions and 3 deletions

View File

@ -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;