Skip to content

Commit

Permalink
Standardize link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Sep 2, 2019
1 parent 9a20f50 commit f9ead3b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,14 @@ body {
font-family: "Merriweather Sans", sans-serif;
}

.breadcrumb a {
color: #006c66;
}

.breadcrumb a:hover {
color: grey;
}

.navbar-link:not(.is-arrowless)::after {
border-color: #006c66 !important;
}
Expand Down Expand Up @@ -607,7 +615,7 @@ body {
}

a {
color: inherit;
color: #006c66;
}

a:hover {
Expand All @@ -620,4 +628,14 @@ a:hover {
height: 0;
display: table;
clear: both;
}

/* Navbar */

.navbar-dropdown a {
color: #006c66;
}

.navbar-dropdown a:hover {
color: grey !important;
}

0 comments on commit f9ead3b

Please sign in to comment.