feat(blog): added blog posting infrastructure

This commit is contained in:
Fishandchips321 2026-02-18 15:58:37 +00:00
parent 88c12e7d4f
commit 62b78058a5
6 changed files with 107 additions and 3 deletions

View file

@ -0,0 +1,8 @@
.blog-post-panel {
background-color: lightgray;
}
.blog-post-link {
text-decoration: none;
color: black;
}