Skip to content

Commit 18b399b

Browse files
joerezamyrlam
authored andcommitted
Improve styling of "get started" button (facebook#6810)
1 parent 126bded commit 18b399b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docusaurus/website/static/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
.homeContainer .button {
1010
background: #24292e;
1111
border-color: white;
12+
transition: background 0.3s, color 0.3s;
13+
}
14+
15+
.homeContainer .button:hover {
16+
background: white;
17+
color: #282c34;
1218
}
1319

1420
.homeContainer * {

0 commit comments

Comments
 (0)