From 6b378b8cd73026a2203e2bf790d2bc1b0a2dd7f0 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Thu, 7 Jun 2018 12:38:43 +0200 Subject: [PATCH] slightly less obtrusive page actions background --- templates/widgets/pageactionprime.lucius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/widgets/pageactionprime.lucius b/templates/widgets/pageactionprime.lucius index a1769478d..79cf56e78 100644 --- a/templates/widgets/pageactionprime.lucius +++ b/templates/widgets/pageactionprime.lucius @@ -1,5 +1,5 @@ .page-nav-prime { - background-color: var(--lightgreybase); + background-color: rgba(200, 200, 200, 0.2); padding: 13px; margin-top: 30px; }