From 9ab558ccc61231f7dd933635a9705fb2edec98cd Mon Sep 17 00:00:00 2001 From: Merlin Buczek Date: Thu, 29 Aug 2019 18:41:40 +0200 Subject: [PATCH] Change link color --- mpicms/static/css/custom.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mpicms/static/css/custom.css b/mpicms/static/css/custom.css index 0a25470..e8bb209 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -604,4 +604,14 @@ body { .content h1, .content h2, .content h3 { width: 100%; display: inline-block; +} + +/* Links */ + +a { + color: inherit; +} + +a:hover { + color: grey; } \ No newline at end of file