Skip to content

Commit

Permalink
Change link color
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Aug 29, 2019
1 parent b8d8c9d commit 9ab558c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,14 @@ body {
.content h1, .content h2, .content h3 {
width: 100%;
display: inline-block;
}

/* Links */

a {
color: inherit;
}

a:hover {
color: grey;
}

0 comments on commit 9ab558c

Please sign in to comment.