From 7006df37a5e6221f119107b767bacf55b1eb14e9 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Wed, 23 Nov 2022 12:17:13 -0600 Subject: [PATCH] styling update --- template/header.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/template/header.html b/template/header.html index 70409bd..b406f8d 100644 --- a/template/header.html +++ b/template/header.html @@ -22,6 +22,11 @@ li a { text-decoration: none; color: #313244; + transition-property: color; + transition-duration: 500ms; + } + li a:hover { + color: #a6e3a1; } li a span { display: none; @@ -48,10 +53,14 @@ line-height: 32px; font-family: monospace; font-size: 20px; - color: #313244; + color: #a6e3a1; margin-top: 20px; text-align: center; } + ::-moz-placeholder { + color: #313244; + opacity: 1; + }