diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 305cddc..abd16c1 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -33,6 +33,12 @@ | |||
| 33 | 33 | ||
| 34 | section { margin-block-start: 3em; margin-block-end: 3em; } | 34 | section { margin-block-start: 3em; margin-block-end: 3em; } |
| 35 | 35 | ||
| 36 | blockquote { | ||
| 37 | border-left: 0.3em solid black; | ||
| 38 | padding-left: 1em; | ||
| 39 | margin-left: 0; | ||
| 40 | } | ||
| 41 | |||
| 36 | footer { font-size: small; } | 42 | footer { font-size: small; } |
| 37 | 43 | ||
| 38 | ul.post-list { padding: 0em; } | 44 | ul.post-list { padding: 0em; } |
| @@ -45,7 +51,7 @@ | |||
| 45 | h1, h2, h3, h4 { font-size: initial; } | 51 | h1, h2, h3, h4 { font-size: initial; } |
| 46 | article h2, article h3, article h4 { margin-block-start: 2.5em; } | 52 | article h2, article h3, article h4 { margin-block-start: 2.5em; } |
| 47 | article h1 { font-size: 130%; line-height: 110%; } | 53 | article h1 { font-size: 130%; line-height: 110%; } |
| 48 | article code { background: yellow; padding: 0 0.2em; } | 54 | article code { background: lemonchiffon; padding: 0 0.2em; } |
| 49 | article pre { border: 1px solid var(--border-color); padding: 1em; line-height: 140%; text-wrap: nowrap; overflow-x: auto; } | 55 | article pre { border: 1px solid var(--border-color); padding: 1em; line-height: 140%; text-wrap: nowrap; overflow-x: auto; } |
| 50 | article pre > code { background: initial; } | 56 | article pre > code { background: initial; } |
| 51 | 57 | ||
| @@ -86,7 +92,7 @@ | |||
| 86 | } | 92 | } |
| 87 | </style> | 93 | </style> |
| 88 | 94 | ||
| 89 | <!-- <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script> --> | 95 | <script src="https://cdn.usefathom.com/script.js" data-site="OKIJWYKR" defer></script> |
| 90 | </head> | 96 | </head> |
| 91 | 97 | ||
| 92 | <body> | 98 | <body> |
