add to about page

This commit is contained in:
2026-03-04 21:45:42 -06:00
parent 46ed382d56
commit 9b1efb7158
18 changed files with 152 additions and 5 deletions

View File

@@ -3,12 +3,12 @@ body {
width: 100%;
height: 100%;
background: black;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: white;
}
code {