From 72157deac65d5f3629a507f8ddc646daef41fb10 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 14 Oct 2020 03:36:07 -0700 Subject: accessibility: one more contrast tweak --- fatcat_scholar/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 119160e..1e0caf5 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -48,6 +48,9 @@ color: #28629c!important; border-color: #28629c!important; } + .ui.card .meta, .ui.cards>.card .meta { + color: rgba(0,0,0,0.55); + } {# bnewbold: fix light grey bars in header #} .ui.inverted.menu .item:before { background: none; } -- cgit v1.2.3