update + some 88x31s

This commit is contained in:
lynxize 2025-04-17 22:16:09 -06:00
parent 3b6e441d48
commit 9ee8582390
Signed by: lynxize
GPG key ID: 8615849B8532CD77
26 changed files with 89 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

View file

@ -0,0 +1,9 @@
yeah to be honest I have no idea where most of these come from
I grabbed a few from aggregator pages like:
https://cyber.dabamos.de/88x31/index.html
https://www.88x31.nl/index.html
https://capstasher.neocities.org/88x31collection-page1
etc.
If you really care about proper attribution for every single 88x31, go find a better hobby/hyperfixation please.
HOWEVER if you made one of them and want credit (or for me to remove it) just let me know!

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
static/assets/88x31/sdl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -8,7 +8,8 @@ Not AI though, just me! :3
:root {
--color-accent-1: #af8cff;
--color-accent-2: #77aef2;
--color-accent-2: #74cded;
--color-links: #77aef2;
--color-note: var(--color-accent-1);
--color-warning: #ed9a5f;
@ -77,7 +78,7 @@ header {
}
a:hover {
color: hsl(from var(--color) h s 30%);
}
a {
@ -120,12 +121,22 @@ footer {
color: var(--color-accent-2)
}
a:link, a:visited {
code {
font-family: "JetBrains Mono", monospace;
font-size: smaller;
}
/* Color only inline code blocks */
code:not([class^=language-]) {
color: var(--color-accent-2);
}
a:link, a:visited {
color: var(--color-links);
}
a:hover {
color: hsl(from var(--color-accent-2) h s 85%);
color: hsl(from var(--color-links) h s calc(l + 10));
}
}
@ -150,6 +161,13 @@ footer {
background-color: hsl(from var(--color-important) h 35% 15%);
}
#post-list {
color: var(--color-accent-1);
}
hr {
color: var(--color-accent-1);
}
blockquote {
border-left-width: 4px;
@ -172,7 +190,10 @@ figure {
figcaption {
width: 100%;
text-align: center;
margin: 5px auto;
margin: 5px auto 20px;
color: var(--color-accent-2);
font-size: smaller;
font-family: "JetBrains Mono", monospace;
}
/*