From cd85ed25c4f0fedf2fa69aa36dffb058934e604c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 3 May 2016 17:30:51 +0200 Subject: [PATCH] access theme: fix the link color for all links --- src/webui/static/app/ext-access.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/ext-access.css b/src/webui/static/app/ext-access.css index c9639ee50..1d0bc2ead 100644 --- a/src/webui/static/app/ext-access.css +++ b/src/webui/static/app/ext-access.css @@ -20,6 +20,6 @@ cursor: pointer; } -.about-tab a { +a { color: #ff9c33 } -- 2.47.3