fix: code blocks wrap now & text is justified

This commit is contained in:
LordMZTE 2024-08-17 08:49:43 +02:00
parent 20a9f81a18
commit 6c9a87584e
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -21,7 +21,12 @@ a {
font-size: 12pt;
}
code, .codeblock {
#content p {
text-align: justify;
}
code,
.codeblock {
background-color: #11111b;
color: #a6adc8;
}
@ -30,4 +35,7 @@ code, .codeblock {
color: #cdd6f4;
margin: 12px;
padding: 4px;
white-space: pre-wrap;
word-wrap: break-word;
}