Skip to content

Commit

Permalink
changing link colors for accessibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
basiabaldwin committed Oct 8, 2024
1 parent 3ad768c commit 93d4dc7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions less/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ a {
a {
color: @orange;
}
// a:visited {
// color: @dark-orange;
// }
}

@media @tablet-up {
Expand Down Expand Up @@ -278,6 +275,9 @@ a {

&.background-tertiary {
background: @blue;
a {
color: @light-orange;
}
}

.background-secondary &--heading {
Expand Down
4 changes: 2 additions & 2 deletions less/shared/mixins-and-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
@pink: #CF1744;
@teal: #05A8AA;
@blue: #17183B;
@orange: #FF9F1C;
@dark-orange: #AE5A0C;
@orange: #A76000;
@light-orange: #FF9F1C;
@light-grey: #F4F7F5;
@grey: #5d5c5c;
@dark-grey: #2b2929;
Expand Down

0 comments on commit 93d4dc7

Please sign in to comment.