Skip to content

Commit

Permalink
Add hcm media query in nav cta
Browse files Browse the repository at this point in the history
  • Loading branch information
shyusu4 authored and thibaudcolas committed Feb 6, 2024
1 parent 9cd05a5 commit 163715e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wagtailio/static/sass/components/_nav-cta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
position: absolute;
bottom: 30px;
right: 20px;
stroke: currentColor;
stroke: $color--white;
stroke-width: 4px;
fill: transparent;
width: 60px;
Expand All @@ -104,6 +104,10 @@
bottom: 50px;
right: 60px;
}

@media (forced-colors: active) {
stroke: currentColor;
}
}
}

0 comments on commit 163715e

Please sign in to comment.