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 { | |
| 548 | 548 | ||
| 549 | 549 | .box { | |
| 550 | 550 | border: 2px solid var(--grey-light); | |
| 551 | - | border-radius: .5rem; | |
| 552 | 551 | padding: 1rem; | |
| 553 | 552 | text-decoration: none; | |
| 554 | 553 | box-shadow: 0px 5px 0px 0px var(--shadow); | |
| 555 | 554 | color: var(--white); | |
| 556 | 555 | } | |
| 557 | 556 | ||
| 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 | - | ||
| 568 | 557 | @media only screen and (max-width: 600px) { | |
| 569 | 558 | body { | |
| 570 | 559 | padding: 0 1rem; |