From 94eadceef07f313327dce675ef7f23691c04379e Mon Sep 17 00:00:00 2001 From: Patric Carman Date: Mon, 19 Mar 2018 21:54:08 -0400 Subject: [PATCH] Timestamps in readtheorg nav bar inherit color Timestamps in navigation bar now inherit their color instead of being navy. This makes them much more readable. Should close #73 --- styles/readtheorg/css/readtheorg.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index a638c48..f38b988 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -1081,6 +1081,10 @@ h2.footnotes{ color: navy; } +.nav .timestamp { + color: inherit; +} + .inlinetask { background: #FFF9E3; /* url(dialog-todo.png) no-repeat 10px 8px; */ border: 3px solid #FFEB8E;