fix: removed commas seperating attributes
This commit is contained in:
parent
3ebe86ba7b
commit
3faeb69aca
|
@ -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 }}
|
||||
|
|
|
@ -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;
|
||||
}
|
Reference in a new issue