This commit is contained in:
2025-02-09 11:29:04 +01:00
commit afe3043715
4 changed files with 117 additions and 0 deletions

24
static/style.css Normal file
View File

@ -0,0 +1,24 @@
body {
background-color: #292929
}
a {
font-family: serif;
font-size: 1.5em;
padding: 0.5em;
}
a:link {
color: rgb(202, 202, 202);
}
a:hover {
color: aqua;
}
a:visited {
color: rgb(146, 143, 111);
}
div {
display: flex;
flex-flow: column;
}
a:active {
color: cornflowerblue;
}