From d3a14856ea0e3e29c1a9fd02b3ae9025fec45d03 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 12 May 2022 22:44:54 +0200 Subject: Trying to fix SEO a bit with tags and title --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 5ae5c52..120eabb 100644 --- a/style.css +++ b/style.css @@ -46,15 +46,18 @@ nav > a:hover { } nav > a:active { - background-color: #8d810a; + background-color: #8d810a; border-color: #bbb80e; color: #eee; } header { padding: 6em 0; - text-align: center; + text-align: center; +} +.hidden { + display: none; } .star { @@ -74,7 +77,7 @@ header { z-index: -1; } -h1 { +.title { font-family: 'OPTIEdgarBold-Extended', sans-serif; color: black; font-size: 220%; -- cgit v1.1