]> Skullheadx's Git Forge - skullheadx.com.git/commitdiff
fix css styling errors
authorSkullheadx <admonty1@protonmail.com>
Fri, 8 May 2026 19:28:39 +0000 (15:28 -0400)
committerSkullheadx <admonty1@protonmail.com>
Fri, 8 May 2026 23:35:12 +0000 (19:35 -0400)
style.css

index 104e69323ec82a8c9055754f330effa7d4f15aa5..cc732390e0e916348d8d9c2342ce9edcef5f33bd 100644 (file)
--- a/style.css
+++ b/style.css
@@ -16,7 +16,6 @@ h1, h2, h3 {
 h1 {
     font-weight: bold;
     padding: 0.75em;
-    color: var(--parchment);
 }
 
 h2 {
@@ -47,7 +46,7 @@ h2 a {
 }
 
 h1 a {
-    color: inherit;
+    color: var(--parchment);
     font-weight: inherit;
     text-decoration: 2px dotted underline var(--almond-silk);
 }
@@ -227,7 +226,9 @@ li {
     border-radius: 7px;
 }
 
-html > header h1 {
+.main-head h1 {
+    text-align:left;
+    padding:0;
     a {
         
     }
@@ -310,6 +311,9 @@ footer {
     a {
         color: var(--almond-silk);
     }
+}
+
+.main-footer {
     p {
         color: var(--parchment);
     }
@@ -441,8 +445,7 @@ details[open] summary {
 
 /* hgroup center */
 hgroup {
-    display:flex;
-    flex-direction:column;
+    text-align:center;
     align-items: center;
     p {
         margin: 0.5em;