finally make tagging clickable, add blank content folders i will fill out later

This commit is contained in:
Bun 2025-07-01 22:48:48 -04:00
parent 67d4b7e1ef
commit 0cb04d1205
11 changed files with 43 additions and 11 deletions

View file

@ -1,15 +1,15 @@
// Setup stuff
* {
font-family: 'IBM Plex Mono', monospace;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
top: 0;
}
html {
background-color: #DDE1E9;
}
body {
color: #141414;
background-color: #DDE1E9;
padding-bottom: 5em;
}