1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 15:21:17 -04:00

blog config changes

This commit is contained in:
2019-04-24 11:31:29 -04:00
parent 3748c44b60
commit 709b1365e1
2 changed files with 8 additions and 1 deletions

View File

@@ -688,6 +688,13 @@ body#notes main#single article div#content blockquote {
padding-left: 15px;
}
body#notes main#single article div#content ul {
list-style-position: inside;
list-style-type: square;
margin-left: 12px;
padding-left: 0;
}
body#notes main#single article div#content code {
font-family: monospace;
background: #f4f4f4;