]> zackmdavis.net Git - An_Algorithmic_Lucidity.git/commitdiff
format fixes
authorZack M. Davis <code@zackmdavis.net>
Wed, 15 Jul 2026 23:13:37 +0000 (16:13 -0700)
committerZack M. Davis <code@zackmdavis.net>
Wed, 15 Jul 2026 23:13:37 +0000 (16:13 -0700)
theme/static/css/style.css
theme/templates/base.html

index 69077abdea0694627df646e2c788b3c5e52ccb83..d65eb2325d30c4919ead9f673cda82a6892911d3 100644 (file)
@@ -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;
 }
 
index 46579374497001c239175bf0f6f94a14b3128c54..12121092d7575f583c0693ef8d0e6a84f779ee19 100644 (file)
@@ -82,8 +82,7 @@
 
     <footer>
         <div class="container">
-            <p class="license">This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
-            <p>&copy; {{ AUTHOR }}</p>
+            <p>&copy; {{ AUTHOR }}. This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> license.</p>
         </div>
     </footer>
 </body>