index page update, redo window tags
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Ruben 2025-10-26 22:35:02 -05:00
commit 08b2bd1a22
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
41 changed files with 104 additions and 73 deletions

View file

@ -137,6 +137,11 @@ h3 a, h4 a {
color: var(--warning);
}
/* utility classes or whatever they call them */
[t-center] {
text-align: center;
}
/* links should look good i think */
a {
color: var(--foreground);