Initial commit

This commit is contained in:
Johannes Zellner
2023-02-19 17:13:33 +01:00
commit f981819447
16 changed files with 1435 additions and 0 deletions

25
src/style.css Normal file
View File

@@ -0,0 +1,25 @@
html {
/* this also defines the overall widget size as all sizes are in rem */
font-size: 13px;
height: 100%;
width: 100%;
padding: 0;
}
body {
background-color: #e5e5e5;
}
h1 {
font-weight: 300 !important;
}
a {
color: #2196f3;
text-decoration: none;
}
a:hover, a:focus {
color: #0a6ebd;
text-decoration: underline;
}