diff --git a/templates/asset.qtpl.go b/templates/asset.qtpl.go index 9115df9..ae76899 100644 --- a/templates/asset.qtpl.go +++ b/templates/asset.qtpl.go @@ -107,7 +107,7 @@ figcaption { padding-bottom: .5rem; } .page-separator { clear: both; } .history__entries { background-color: #eee; margin: 0; padding: 0; border-radius: .25rem; } -.history__month-anchor { text-decoration: none; color: black; } +.history__month-anchor { text-decoration: none; color: inherit; } .history__entry { list-style-type: none; padding: .25rem; } .history-entry { padding: .25rem; } .history-entry__time { font-weight: bold; } diff --git a/templates/default.css b/templates/default.css index e9053ac..c55f4ea 100644 --- a/templates/default.css +++ b/templates/default.css @@ -82,7 +82,7 @@ figcaption { padding-bottom: .5rem; } .page-separator { clear: both; } .history__entries { background-color: #eee; margin: 0; padding: 0; border-radius: .25rem; } -.history__month-anchor { text-decoration: none; color: black; } +.history__month-anchor { text-decoration: none; color: inherit; } .history__entry { list-style-type: none; padding: .25rem; } .history-entry { padding: .25rem; } .history-entry__time { font-weight: bold; }