From ce2e713ae6d5f46e22b891eaae4ab13ba49fa36f Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 14 Aug 2017 14:49:15 +0100 Subject: [PATCH] moved some items to the shared stylesheet --- design/home.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/design/home.css b/design/home.css index ec37aaf..34741fc 100644 --- a/design/home.css +++ b/design/home.css @@ -56,10 +56,6 @@ html, body { color: white; } -.nav ul li a:hover { - font-weight: bold; - color: white; -} /* Background */ @@ -71,10 +67,6 @@ body { /* Text Styling */ -body * { - font-family: Inconsolata, monospace; -} - .central * { color: white; text-align:center; @@ -85,6 +77,3 @@ body * { max-height: 15%; } -.subhead { - font-weight: normal; -} \ No newline at end of file -- GitLab