This commit is contained in:
2026-04-30 13:23:35 +02:00
commit 6abe98a436
25 changed files with 826 additions and 0 deletions

9
assets/css/blog.css Normal file
View File

@@ -0,0 +1,9 @@
article {
background-color: #363636;
border: #666666 2px solid;
margin-top: .5rem;
margin-bottom: .5rem;
padding: .5rem;
border-radius: .5rem;
font-size: 12pt;
}