Added a changelog and a fixed a few stuff

This commit is contained in:
Purplebored
2024-05-09 22:34:23 +02:00
parent d23fa8c882
commit 9f1f28c07c
5 changed files with 23 additions and 16 deletions

View File

@@ -40,9 +40,11 @@ body {
/*Content of the website ig no idea how to name this lmfao*/
.content1 {
font-family: monospace;
white-space: pre;
white-space: normal;
color: #a57ae9;
top: 25px;
word-wrap: break-word;
white-space: pre-wrap;
}
/* End of the content thingy */
@@ -86,6 +88,7 @@ a {
font-size: large;
}
/* End of the Blog content thingy */
/*Blog Content 2 (This is mostly for the content of the blogs like the blog posts themself */
.content-blog-2 {
font-family: monospace;