Skip to content

Commit

Permalink
feedback button backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwdraper committed Jan 14, 2025
1 parent b32554e commit 25945ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -826,11 +826,11 @@ img, iframe {
// Dark mode styles
[data-bs-theme=dark] & {
color: $dark-text-primary !important;
background-color: $dark-bg-primary !important;
background-color: $dark-bg-secondary !important;
border: none !important;

&:hover {
background-color: $dark-bg-secondary !important;
background-color: $dark-bg-tertiary !important;
border: none !important;
box-shadow: none !important;
}
Expand Down

0 comments on commit 25945ee

Please sign in to comment.