From acb2695db0bfc8cf0c7d9d72c40569b502a7c778 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sat, 9 Sep 2023 15:42:53 +0200 Subject: [PATCH] Enable css for annotations --- static/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 2696a9e..0855014 100644 --- a/static/style.css +++ b/static/style.css @@ -56,7 +56,6 @@ body { cursor: initial; } -/*** NOT YET IMPLEMENTED #lyrics a { background-color: #ddd; color: inherit; @@ -65,7 +64,6 @@ body { #lyrics a:hover { background-color: #ccc; } -***/ nav { background-color: #ffcd38; @@ -327,6 +325,15 @@ footer a:hover { color: #ccc; } + #lyrics a { + background-color: #272d44; + color: inherit; + } + + #lyrics a:hover { + background-color: #32384f; + } + #metadata h1 { color: #ddd; }