From 09ed528252b0a40e78757a80b939f081cf1bb808 Mon Sep 17 00:00:00 2001 From: nate smith Date: Sat, 17 Aug 2024 14:31:58 -0500 Subject: [PATCH] fix css --- templates/index.tmpl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/index.tmpl b/templates/index.tmpl index c5dfc29..1b64851 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -54,13 +54,6 @@ a { animation-duration: 1s; } -.movetarget { - /* animation-name: rainbow-top-border; - animation-duration: 1s; */ - - border-top: 2px solid grey; -} - @keyframes rainbow-top-border { 20%{border-top: 2px solid red;} 20%{border-top: 2px solid orange;} @@ -99,6 +92,12 @@ a { .linetext:hover { cursor: auto; } + .line { + border-top: 2px solid rgba(0,0,0,0); + } + .line.movetarget { + border-top: 2px solid grey; + } .line:hover { background-color: rgba(125,125,125,.40); }