From: Zack M. Davis Date: Wed, 15 Jul 2026 23:13:37 +0000 (-0700) Subject: format fixes X-Git-Url: https://zackmdavis.net/blog/source?a=commitdiff_plain;h=16d355d13e01ec077bb1f39a5795010de0ca2f28;p=An_Algorithmic_Lucidity.git format fixes --- diff --git a/theme/static/css/style.css b/theme/static/css/style.css index 69077ab..d65eb23 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -47,8 +47,8 @@ header h1 a:hover { .site-description { color: #ffdbff; font-style: italic; - margin-top: 3px; - font-size: 14px; + margin-top: 0; + font-size: 17px; } /* Container */ @@ -378,20 +378,16 @@ footer { padding: 15px 0; border-top: 1px solid #ddd; text-align: center; - color: #999; + color: #666; font-size: 12px; } footer p { - margin-bottom: 6px; -} - -footer p:last-child { margin-bottom: 0; } footer a { - color: #999; + color: #666; text-decoration: underline; } diff --git a/theme/templates/base.html b/theme/templates/base.html index 4657937..1212109 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -82,8 +82,7 @@