1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

fix(ui): history month header color in dark mode

This commit is contained in:
handlerug 2021-01-20 22:01:47 +07:00
parent b03576bdb7
commit ff875ceb1a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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