From 282b89e43d3877d613eaa7cdc5667baa0f6176ec Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 1 Mar 2016 19:18:44 +0100 Subject: [PATCH] Collect static on previous commit --- static/scipost/SciPost.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/scipost/SciPost.css b/static/scipost/SciPost.css index 00abb96b2..a5a1fe8ff 100644 --- a/static/scipost/SciPost.css +++ b/static/scipost/SciPost.css @@ -307,11 +307,15 @@ nav a:hover { color: #000000; /* color: #FFA300 */ text-decoration: none; - background-color: #ffffff; + background-color: #FFFFFF; } nav a:active { color: #222222; } +nav a.highlighted { +/* background-color: #FFFFFF; */ + border: 1px solid black; +} nav p { display: inline-block; margin: 10px; -- GitLab