Initial commit

This commit is contained in:
2024-05-14 23:38:40 +02:00
commit 5271331179
18 changed files with 1074 additions and 0 deletions

20
resources/styles.css Normal file
View File

@@ -0,0 +1,20 @@
body {
background-color: white;
}
#neutralinoapp {
text-align: center;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
#neutralinoapp h1{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 20px;
}
#neutralinoapp > div {
font-size: 16px;
font-weight: normal;
}