From 2b19b770dc09a58b2103b86847cdfaa6e162079c Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 15 May 2018 10:58:42 +0200 Subject: [PATCH] Regular links (in tables) should be themed too --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 0cd4cfe..156af06 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,7 +26,7 @@ { color: {{ theme.CARD_LINK }}; } - .chip a + .chip a, td a { color: {{ theme.CHIP_TEXT }}; }