Skip to content

Commit 423bfb5

Browse files
committed
style: rm border radius and hover on box
1 parent a67ab6a commit 423bfb5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

static/smol.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

0 commit comments

Comments
 (0)