diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/assets/site.css | 12 | ||||
-rw-r--r-- | content/posts/hello-world.md | 7 |
2 files changed, 6 insertions, 13 deletions
diff --git a/content/assets/site.css b/content/assets/site.css index 0150282..accc03f 100644 --- a/content/assets/site.css +++ b/content/assets/site.css @@ -84,7 +84,8 @@ a:visited { } body pre { - background: white; + background: #111; + border: 2px solid #333; } body pre.src { @@ -93,8 +94,7 @@ body pre.src { } body code { - background: #222; - border: 1px solid #333; + background: #111; padding: 0px 4px; color: #ccc; overflow-x: auto; @@ -102,7 +102,7 @@ body code { } body li { - margin-bottom: 1em; + padding-bottom: 0.1em; } body img { @@ -243,9 +243,9 @@ footer { } .tags { - margin-top: -1rem; + margin-top: -1.4rem; color: #6a6a6a; - font-size: 80%; + font-size: 70%; } .tags ul { diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md deleted file mode 100644 index 7dfcb0e..0000000 --- a/content/posts/hello-world.md +++ /dev/null @@ -1,7 +0,0 @@ -title: Hello world! -date: 2024-07-14 17:00 -tags: hello -summary: again... ---- - -again... |