Skip to content

Commit

Permalink
Only add opacity to collapsible sections on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mporcheron authored Sep 16, 2024
1 parent b40fd20 commit f8348d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ main {
display: block;
}
}

&.collapsible {
opacity: 0.5;

&:hover {
opacity: 1;
}
}
}

article {
Expand Down Expand Up @@ -413,6 +405,14 @@ main {
margin: $hr-m;
}
}

& .collapsible {
opacity: 0.5;

&:hover {
opacity: 1;
}
}

.link-palette {
& .link a {
Expand Down

0 comments on commit f8348d7

Please sign in to comment.