Clean up the last of the style issues.

This commit is contained in:
Anna Rose 2023-08-31 15:06:50 +00:00
parent 628311dc7c
commit 277d9d6a1f
6 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

@ -6,6 +6,7 @@ theme = 'mainroad'
[Params]
description = 'Thoughts from the Leftist Edge of Heathenry'
copyright = "Anna Rose Wiggins"
copyright_start_year = 2019
dateformat = '2006-01-02'
post_meta = ["date", "author", "tags"]
customCSS = ["css/custom.css"]

View File

@ -99,3 +99,10 @@ figcaption {
background-color: #dddddd;
color: #444444;
}
blockquote {
border: none;
background-color: #f4f4f4;
margin-left: 25px;
margin-right: 25px;
}