This commit is contained in:
Frankie B 2023-08-14 23:45:31 +01:00
commit b8b36c50d0
No known key found for this signature in database
5 changed files with 52 additions and 14 deletions

View file

@ -8,6 +8,7 @@ body {
margin: 0;
color: var(--foreground);
background-color: var(--background);
text-align: left;
}
html {
@ -436,3 +437,12 @@ table.infotable tr td small {
.hljs {
background: none !important;
}
.me img {
float: right;
margin: 5px;
}
.me p {
text-align: justify;
}