nuke commit history

This commit is contained in:
Skylar "The Cobra" Astaroth 2025-05-01 21:01:41 -04:00
commit b55ba857d6
No known key found for this signature in database
GPG key ID: BA264FFE0FF18555
21 changed files with 1359 additions and 0 deletions

49
static/css/main.css Normal file
View file

@ -0,0 +1,49 @@
body {
font-family: DejaVu Sans Mono, monospace;
margin: 20px auto;
max-width: 800px;
line-height: 1.5em;
font-size: 1.1em;
background-color: #282c34;
color: #bbc2cf;
padding: 0 10px;
hyphens: auto;
}
img {
max-width: 80vw;
}
a {
color: #ff6c6b;
text-decoration: none;
}
a:hover {
color: #ff6c6b;
text-decoration: underline;
}
.underline-links a {
text-decoration: underline;
}
h2 {
display: inline;
line-height: 1.2;
color: #51afef;
font-size: 1.2em;
}
input {
background-color: #282c34;
color: #bbc2cf;
}
.pagination {
margin-right: 1ch;
text-align: center;
}
.pagination ul > li {
list-style: none;
display: inline-block;
padding-left: 1ch;
}

BIN
static/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

BIN
static/img/favicon.xcf Normal file

Binary file not shown.

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
static/img/logo.xcf Normal file

Binary file not shown.