Skip to content

Commit

Permalink
Merge pull request #706 from csamuele/695-green-links
Browse files Browse the repository at this point in the history
made hyperlinks green
  • Loading branch information
ArendPeter authored Oct 15, 2024
2 parents aac8127 + 206e8a6 commit c136a54
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,10 @@ styledTextField:hover > div > fieldset{
opacity: .7; /* Hack to make the hover color less intense */
}

/* Disabling this until I find a more specific approach
.MuiMenu-list a, .MuiMenu-list a:visited{
color: rgba(0, 0, 0, 0.87);
}
a, a:visited {
a {
color: var(--brand-green);
}

a > svg {
color: revert;
}
*/

.recharts-surface {
overflow: visible;
}
Expand Down

0 comments on commit c136a54

Please sign in to comment.