Skip to content

Commit 0374b23

Browse files
authored
Match button styling (#20)
1 parent 774a0c2 commit 0374b23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/index.module.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ h1 {
3737
}
3838

3939
.buttons a {
40-
background-color: #3e3b3b;
40+
background-color: #111828;
4141
color: #fff;
42+
border: none;
43+
border-radius: 10px;
44+
font-family: roboto, sans-serif;
4245
}

0 commit comments

Comments
 (0)