Skip to content

Commit daa0233

Browse files
Decrease radius by one pixel
1 parent 924fcce commit daa0233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ a:hover {
9191
color: white;
9292
height: 100%;
9393
line-height: 20px;
94-
border-top-left-radius: 4px;
95-
border-bottom-left-radius: 4px;
94+
border-top-left-radius: 3px;
95+
border-bottom-left-radius: 3px;
9696
}
9797

9898
/* ------------------------------ Tables ------------------------------------ */

0 commit comments

Comments
 (0)