Skip to content

Commit

Permalink
Fix download button color
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Dec 15, 2024
1 parent 7ff4150 commit 29ffbfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/core/src/styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
margin-left: -$psv-buttons-padding;
}

.psv-download-button {
color: $psv-buttons-color !important;
text-decoration: none !important;

&::before, &::after {
display: none !important;
}
}

.psv-custom-button {
width: auto;
min-width: $psv-buttons-height;
Expand Down

0 comments on commit 29ffbfa

Please sign in to comment.