This commit is contained in:
2022-04-19 17:03:39 +02:00
parent fec6ccec0a
commit 2702703e13
3 changed files with 22 additions and 2 deletions

11
static/style.css Normal file
View File

@ -0,0 +1,11 @@
body {
background-color: #111111;
color: #DCDDDE;
}
a:link{
color: #00AFF4;
}
a:visited{
color: #00AFF4;
}