Skip to content

Commit

Permalink
Make grey button become darker
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Dec 9, 2024
1 parent 2524323 commit 9ee2ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/components/btn.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,13 @@
padding: 0;
width: auto;
height: auto;
color: var(--d-text-muted);

&:hover,
&:focus,
&:active {
background: none;
opacity: 0.6;
color: var(--d-btn-color);
}
}
}
Expand Down

0 comments on commit 9ee2ed9

Please sign in to comment.