diff options
author | bd <bdunahu@operationnull.com> | 2025-01-15 00:19:54 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-15 00:19:54 -0700 |
commit | ef3f57fdec7634b73bb09618b56c7e125a89ee6e (patch) | |
tree | 2f89e7d98d4142ca1c483ce7746ff007a3be97ac /content/assets/site.css | |
parent | 2a149b1e147d6420b14ee267516624ebe9e713a3 (diff) |
general updates, add porphyrion link
Diffstat (limited to 'content/assets/site.css')
-rw-r--r-- | content/assets/site.css | 12 |
1 files changed, 6 insertions, 6 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 { |