From 16d355d13e01ec077bb1f39a5795010de0ca2f28 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Wed, 15 Jul 2026 16:13:37 -0700 Subject: [PATCH] format fixes --- theme/static/css/style.css | 12 ++++-------- theme/templates/base.html | 3 +-- 2 files changed, 5 insertions(+), 10 deletions(-) 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 @@ -- 2.53.0