From fd02f7b340fbde9719c9c4a34dd2e2daa2df2a30 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 12 Oct 2021 13:12:25 -0500 Subject: [PATCH] Fix theme datetime color --- Shared/Resources/Appanoose.nnwtheme/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css index 054a66d7f..9342479db 100644 --- a/Shared/Resources/Appanoose.nnwtheme/stylesheet.css +++ b/Shared/Resources/Appanoose.nnwtheme/stylesheet.css @@ -55,11 +55,13 @@ a:hover { .nnwDate { white-space: nowrap; + color: var(--body-code-color); } .nnwTime { white-space: nowrap; font-size: 66%; + color: var(--body-code-color); } .nnwDateTime {