fix: removed commas seperating attributes

This commit is contained in:
Laureηt 2020-11-19 16:35:54 +01:00
parent 3ebe86ba7b
commit 3faeb69aca
2 changed files with 21 additions and 1 deletions

View file

@ -13,7 +13,7 @@ username: Laureηt
<body>
<header>
<span data-chaffle-onload="", data-chaffle="en", style="width: 170px; display: block;">{{ username }}</span>
<span data-chaffle-onload="" data-chaffle="en" style="width: 170px; display: block;">{{ username }}</span>
</header>
{{ content | safe }}

View file

@ -0,0 +1,20 @@
* {
scrollbar-color: #202324 #454a4d;
}
html {
background-color: #232830;
}
body {
font-family: 'Lora', serif;
font-size: 21px;
background-color: #232830;
text-rendering: optimizeLegibility;
}
a {
text-decoration: underline;
text-decoration-color: #283593;
text-decoration-thickness: 2px;
}