Skip to content

Commit

Permalink
Update CSS with feedback from Hound
Browse files Browse the repository at this point in the history
  • Loading branch information
kickoke authored and ronaldtse committed Mar 2, 2024
1 parent cbc0fdd commit 915c67a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/metanorma-rules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ body.overview section.documentation {
}
}

.cta .button .tutorial{
@include cta-button($primary-dark-color, white);
.cta .button .tutorial {
@include cta-button($primary-dark-color, #ffffff);
border-radius: 25px;
&:hover {background-color: #9c60c1ff}
&:hover {background-color: #9c60c1ff};
}


Expand Down

0 comments on commit 915c67a

Please sign in to comment.