Add styling.

This commit is contained in:
Anna Rose 2023-08-30 23:30:57 +00:00
parent 3060d3e8f6
commit 30dd87ef88
2 changed files with 21 additions and 0 deletions

View File

@ -5,9 +5,14 @@ theme = 'mainroad'
[Params] [Params]
description = 'Thoughts from the Leftist Edge of Heathenry' description = 'Thoughts from the Leftist Edge of Heathenry'
copyright = "Anna Rose Wiggins"
dateformat = '2006-01-02' dateformat = '2006-01-02'
post_meta = ["date", "author"] post_meta = ["date", "author"]
customCSS = ["css/custom.css"]
[Params.sidebar] [Params.sidebar]
home = "right" home = "right"
widgets = ["search", "taglist"] widgets = ["search", "taglist"]
[Params.style.vars]
fontFamilyPrimary = "'Georgia'"

16
static/css/custom.css Normal file
View File

@ -0,0 +1,16 @@
body {
font-size: 1.1em;
}
figcaption {
font-size: 0.9em;
}
.list__title {
font-family: "Playfair Display";
font-size: 1.7em;
}
.list__title .href {
color: black;
}