From ff875ceb1aed8b5914a1a9682e93bd6834d61d86 Mon Sep 17 00:00:00 2001 From: handlerug Date: Wed, 20 Jan 2021 22:01:47 +0700 Subject: [PATCH] fix(ui): history month header color in dark mode --- templates/asset.qtpl.go | 2 +- templates/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }