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; + }