Commit 423bfb5

Eric Bower  ·  2024-03-18 09:19:30 -0400 EDT
parent a67ab6a
style: rm border radius and hover on box
1 files changed,  +0, -11
+0, -11
......@@ -548,23 +548,12 @@ figure {
548548
549549 .box {
550550 border: 2px solid var(--grey-light);
551- border-radius: .5rem;
552551 padding: 1rem;
553552 text-decoration: none;
554553 box-shadow: 0px 5px 0px 0px var(--shadow);
555554 color: var(--white);
556555 }
557556
558-.box:hover {
559- border: 2px solid var(--white);
560-}
561-
562-.box:visited,
563-.box:visited:hover,
564-.box:hover {
565- color: var(--white);
566-}
567-
568557 @media only screen and (max-width: 600px) {
569558 body {
570559 padding: 0 1rem;