Compare commits

...

2 Commits

Author SHA1 Message Date
alban ccab9ddb12 feat: http server 2023-12-07 19:52:59 +01:00
alban 2274c7ce4b fix: html page colors 2023-11-09 21:34:43 +01:00
2 changed files with 31 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@ -234,18 +234,19 @@ 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;
margin-left: 5px; margin-left: 5px;