Skip to content

Commit

Permalink
Style update for info links
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jan 15, 2024
1 parent c9ff919 commit 923e8b6
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions client/src/scss/Results.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,16 +280,18 @@
}

a > span {
display: inline-flex;
align-items: center;
justify-content: flex-start;
color: $ui-black;
border-bottom: 2px solid $pp-rose;
}

a > span:hover {
a:hover > span {
color: $ui-dark-gray;
}

a > span:active,
a > span:visited {
a:active > span,
a:visited > span {
color: $pp-rose;
}

Expand All @@ -304,9 +306,12 @@
width: fit-content;
border-bottom: 2px solid $pp-rose;

a > span:hover {
a:hover > span {
color: $ui-dark-gray;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: flex-start;
}
}

Expand All @@ -326,6 +331,9 @@
line-height: 1.6;

div > a > span {
display: inline-flex;
align-items: center;
justify-content: flex-start;
color: $ui-black;
font-weight: bold;
border-bottom: 2px solid $pp-rose;
Expand All @@ -335,7 +343,7 @@
}
}

div > a > span:hover {
div > a:hover > span {
font-weight: bold;
color: $ui-dark-gray;
}
Expand Down

0 comments on commit 923e8b6

Please sign in to comment.