We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67ab6a commit 423bfb5Copy full SHA for 423bfb5
static/smol.css
@@ -548,23 +548,12 @@ figure {
548
549
.box {
550
border: 2px solid var(--grey-light);
551
- border-radius: .5rem;
552
padding: 1rem;
553
text-decoration: none;
554
box-shadow: 0px 5px 0px 0px var(--shadow);
555
color: var(--white);
556
}
557
558
-.box:hover {
559
- border: 2px solid var(--white);
560
-}
561
-
562
-.box:visited,
563
-.box:visited:hover,
564
565
- color: var(--white);
566
567
568
@media only screen and (max-width: 600px) {
569
body {
570
padding: 0 1rem;
0 commit comments