This commit is contained in:
nate smith 2024-08-17 14:31:58 -05:00
parent e60d00ae00
commit 09ed528252

View File

@ -54,13 +54,6 @@ a {
animation-duration: 1s; animation-duration: 1s;
} }
.movetarget {
/* animation-name: rainbow-top-border;
animation-duration: 1s; */
border-top: 2px solid grey;
}
@keyframes rainbow-top-border { @keyframes rainbow-top-border {
20%{border-top: 2px solid red;} 20%{border-top: 2px solid red;}
20%{border-top: 2px solid orange;} 20%{border-top: 2px solid orange;}
@ -99,6 +92,12 @@ a {
.linetext:hover { .linetext:hover {
cursor: auto; cursor: auto;
} }
.line {
border-top: 2px solid rgba(0,0,0,0);
}
.line.movetarget {
border-top: 2px solid grey;
}
.line:hover { .line:hover {
background-color: rgba(125,125,125,.40); background-color: rgba(125,125,125,.40);
} }