- commit
- 49c2e31a5e13f552d4a1cbdee566483480aa0618
- parent
- c2a7ab177c181c217aa50e7bdeaf320371406a49
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-07 13:35
some more styling
Diffstat
| M | assets/style.css | 11 | +++++++++++ |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
@@ -9,6 +9,17 @@ img {
9 9 block-size: auto;
10 10 }
11 11
-1 12 blockquote {
-1 13 border-inline-start: 0.5em solid #aaa;
-1 14 margin-inline: 0;
-1 15 padding-inline-start: 0.7em;
-1 16 font-style: italic;
-1 17 }
-1 18
-1 19 ul, ol {
-1 20 padding-inline-start: 1.5em;
-1 21 }
-1 22
12 23 body {
13 24 background-color: #555550;
14 25 color: #fff;