Skip to content

Commit

Permalink
Fix button border on website
Browse files Browse the repository at this point in the history
Reviewed By: rbalicki2

Differential Revision: D27605575

fbshipit-source-id: 84a11d1882f2b9e94c35f84fca0c292bf0349fb5
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Apr 6, 2021
1 parent f71d1e2 commit e24c5b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ pre.outerPre {
.more-users a.button {
color: var(--ifm-color-primary);
border-color: var(--ifm-color-primary);
border-style: solid;
border-width: var(--ifm-button-border-width);
border-radius: var(--ifm-button-border-radius);
}

.try-it {
Expand All @@ -502,6 +505,9 @@ pre.outerPre {
.try-it a.button {
color: #f9f6ef;
border-color: #EAEAE2;
border-style: solid;
border-width: var(--ifm-button-border-width);
border-radius: var(--ifm-button-border-radius);
}

a.hash-link {
Expand Down

0 comments on commit e24c5b3

Please sign in to comment.