From e443159961c296f6e9df9012fb4ec64665a48e20 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 11 Mar 2022 00:17:40 +0100 Subject: [PATCH] simplification css --- html/header.html | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/html/header.html b/html/header.html index 230c58d..672ddef 100644 --- a/html/header.html +++ b/html/header.html @@ -2,7 +2,6 @@ - @@ -18,27 +17,14 @@ color: #c0c0c0; } - h1, - h2, - h3 { - text-align: center; - } - - h3 { - font-size: 1.7em; - margin-top: 2em; - } - - p { - font-size: 1em; - } - a { color: #9700c2; } - a abbr { - border-bottom: 1px dotted #eee; + .footer { + padding: 3rem 2rem 1rem 2rem; + opacity: 0.8; + text-align: center; }