This commit is contained in:
Dusk 2021-08-29 20:23:14 +02:00
parent ed0f9a0329
commit 5d6086de98
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ body {
background-color: #2e2e2e;
color: #d6d6d6;
font-family: "Courier New", monospace;
font-size: 1.25em;
font-size: 1.1em;
margin: 75px 20%;
text-align: center;
}
@ -37,7 +37,10 @@ a:hover {
border: 2px dashed #d6d6d6;
padding: 10px;
display: inline-block;
margin-bottom: 20px;
position: fixed;
bottom: 25px;
left: 25px;
background-color: #2e2e2e;
}
#files {