Rewrite blog to static (not done), Add UTF-8 Charset to pages

This commit is contained in:
2025-05-15 18:36:26 +02:00
parent 2017f39824
commit 84d897cf15
13 changed files with 177 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ body {
color: #a57ae9;
font-size: 1.0em;
white-space: normal;
/* color: #a57ae9; */
}
/* End of the main content of the website */
@@ -114,3 +113,10 @@ a {
margin-left: 20px;
margin-right: 6px;
}
.blog ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}