Skip to content

Commit

Permalink
Improve styling of "get started" button (#6810)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerez authored and amyrlam committed Apr 25, 2019
1 parent 126bded commit 18b399b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docusaurus/website/static/css/custom.css
Expand Up @@ -9,6 +9,12 @@
.homeContainer .button {
background: #24292e;
border-color: white;
transition: background 0.3s, color 0.3s;
}

.homeContainer .button:hover {
background: white;
color: #282c34;
}

.homeContainer * {
Expand Down

0 comments on commit 18b399b

Please sign in to comment.