From f9ead3bb3e388793aa81ed92afdcb0a0b1c6ce08 Mon Sep 17 00:00:00 2001 From: Merlin Buczek Date: Mon, 2 Sep 2019 10:45:39 +0200 Subject: [PATCH] Standardize link styling --- mpicms/static/css/custom.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/mpicms/static/css/custom.css b/mpicms/static/css/custom.css index ae7d882..53f7732 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -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; } @@ -607,7 +615,7 @@ body { } a { - color: inherit; + color: #006c66; } a:hover { @@ -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; } \ No newline at end of file