changed hover trigger

This commit is contained in:
zomo
2025-11-27 19:29:21 -06:00
parent 984c099dc6
commit e858b04fff
2 changed files with 13 additions and 13 deletions

View File

@@ -52,9 +52,9 @@
inset 0 2px 0 0 rgba(255, 255, 255, 0.4); inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
border: 1px solid #003f72; border: 1px solid #003f72;
}
&:hover { &:hover .button {
background: linear-gradient(-180deg, #004093 0%, #22a4f3 100%); background: linear-gradient(-180deg, #004093 0%, #22a4f3 100%);
}
} }
} }

View File

@@ -79,16 +79,16 @@
#003366 0px 2px 0px 4px, #003366 0px 2px 0px 4px,
#00ccff 2.5px 6px 0px 4px, #00ccff 2.5px 6px 0px 4px,
#00529b -1px -2.5px 0px 5.5px; #00529b -1px -2.5px 0px 5.5px;
}
&:hover { &:hover .button {
background: #0054b0; background: #0054b0;
background: linear-gradient( background: linear-gradient(
0deg, 0deg,
rgb(0, 84, 176) 0%, rgb(0, 84, 176) 0%,
rgb(0, 82, 174) 53%, rgb(0, 82, 174) 53%,
rgb(0, 90, 180) 54%, rgb(0, 90, 180) 54%,
rgb(30, 125, 191) 100% rgb(30, 125, 191) 100%
); );
}
} }
} }