fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

View file

@ -3,7 +3,7 @@ Future As A Letterbomber
Future As A Letterbomber is a post-hardcore band.
*No price is too high to pay for the privilege of owning yourself*
Main Link: \[ [website](https://moridori.xyz/letterbomber/) \]
Main Link: \[ [website](https://letterbomber.zip) \]
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/faal.png">

View file

@ -7,10 +7,8 @@ Our sounds, drawings, writing all support a grander purpose towards community. O
## Members
* [moridori](moridori)
* [los3r](los3r)
* [Future as a Letterbomber](faal)
* [498,516,889 Dead Virgins](4mdv)
* [Public Sector](public_sector)
A larger members list can be found on the <a href="https://ppl.thirdculture.top">members</a> page along with their works.

View file

@ -40,8 +40,8 @@
--header-text: #030303ff;
/* Font families */
--font-headers: threetwo, sans-serif;
--font-body: monospace;
--font-headers: ft88-school, sans-serif;
--font-body: cyberpunkwaifus, monospace;
}
body {
@ -53,18 +53,21 @@ body {
margin: 0;
padding: 0;
font-size: 110%;
font-family: monospace;
font-family: cyberpunkwaifus, monospace;
}
header h1 .headerLink {
font-family: threetwo, sans-serif;
font-size: 120%;
}
header nav {
font-size: medium;
}
article h1 {
font-family: threetwo, sans-serif;
font-size: 260%;
margin-top: 10px;
margin-bottom: 0px;
}
article {
@ -74,4 +77,4 @@ article {
article img {
border: 0.4em solid var(--border-image);
background-color: var(--bg-primary) !important;
}
}