Add custom CSS.

This commit is contained in:
tastytea 2020-12-25 20:01:25 +01:00
parent f79ef61011
commit 9744b6d796
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,7 @@ enableGitInfo = true
showfullcontent = false
opengraph = true
schema = true
# css = "blog.css"
css = "blog.css"
[params.comtodon]
domain = "likeable.space"

6
static/blog.css Normal file
View File

@ -0,0 +1,6 @@
.paragraph p
{
text-indent: 2ch;
margin: 0 auto;
text-align: justify;
}