Skip to content

Commit

Permalink
fix color of button Share you input in dark mode and on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
SireeKoolenWijkstra committed Jan 7, 2025
1 parent f30d394 commit aef281e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/css/ams-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,15 @@
filter: invert(1) brightness(1.2);
}

[data-theme='dark'] .intro-link {
[data-theme='dark'] .ams-button--primary {
background-color: #FFFFFF;
box-shadow: none;
text-decoration: none !important;
color: #000000 !important;;
padding: 8px 16px;
}

[data-theme='dark'] .intro-link:hover {
background-color: #E8E8E8;
[data-theme='dark'] .ams-button--primary:hover {
background-color: #E8E8E8 !important;
box-shadow: none !important;
}

0 comments on commit aef281e

Please sign in to comment.