This commit is contained in:
Michael S. 2024-08-25 21:25:23 +02:00
commit 5cc0525481
8 changed files with 116 additions and 0 deletions

0
static/Script.js Normal file
View file

BIN
static/blume.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

37
static/style.css Normal file
View file

@ -0,0 +1,37 @@
a {
color: rgb(107, 214, 0);
}
#body {
background-color: black;
color: chartreuse;
}
.button {
color: black;
background-color: chartreuse;
border-color: chartreuse;
padding: 10px;
border-radius: 20px;
}
.input {
color: chartreuse;
background-color: rgb(0, 0, 0);
border-color: chartreuse;
padding: 10px;
border-style: solid;
border-width: 1px;
border-radius: 20px;
}
.note {
color: chartreuse;
background-color: black;
border-color: chartreuse;
padding: 10px;
border-style: solid;
border-width: 1px;
border-radius: 20px;
margin-bottom: 10px;
}