Skip to content

Commit

Permalink
Update custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaldonis committed Jun 21, 2024
1 parent 337b997 commit e47a569
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,22 @@ a:not([class]) {
background: #3371E7;
}

.site-button.btn-reset.nav-open {
color: #FFFFFF;
}

.btn-outline {
&:hover,
&:active,
&.zeroclipboard-is-hover,
&.zeroclipboard-is-active {
color: darken($link-color, 4%);
text-decoration: none;
background-color: transparent; /* This keeps the background transparent */
box-shadow: none; /* This removes the inset box-shadow */
}
}

/* Target the navigation link container if any, otherwise use the link class */
.nav-list-link {
position: relative; /* Ensure the pseudo-element is positioned relative to the link */
Expand Down

0 comments on commit e47a569

Please sign in to comment.