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
 1@@ -548,23 +548,12 @@ figure {
 2 
 3 .box {
 4   border: 2px solid var(--grey-light);
 5-  border-radius: .5rem;
 6   padding: 1rem;
 7   text-decoration: none;
 8   box-shadow: 0px 5px 0px 0px var(--shadow);
 9   color: var(--white);
10 }
11 
12-.box:hover {
13-  border: 2px solid var(--white);
14-}
15-
16-.box:visited,
17-.box:visited:hover,
18-.box:hover {
19-  color: var(--white);
20-}
21-
22 @media only screen and (max-width: 600px) {
23   body {
24     padding: 0 1rem;