From 90c7fd8d23881e3f120fd003537b0bd86d81ab40 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 15 Jan 2021 19:45:58 +0000 Subject: Fix inconsistencies in website --- docs/css/org.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docs/css/org.css') diff --git a/docs/css/org.css b/docs/css/org.css index 908265f..af01257 100644 --- a/docs/css/org.css +++ b/docs/css/org.css @@ -2,7 +2,6 @@ body { width: 95%; font-size: 14px; margin: 2% auto; - line-height: 1.4em; font-family: "Alegreya", serif; color: #333; background-color: #fdf6e3; @@ -71,6 +70,7 @@ body { #navbar > span > a:hover { border-bottom: none; + color: #003355; } a.toc-link { @@ -139,11 +139,6 @@ dl { white-space: pre; } -.status { - font-size: 90%; - margin: 2em auto; -} - [class^="section-number-"] { margin-right: .5em; } -- cgit