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
This commit is contained in:
Patric Carman 2018-03-19 21:54:08 -04:00 committed by GitHub
parent b46187ed54
commit 94eadceef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;