From: Jaroslav Kysela Date: Tue, 3 May 2016 15:30:51 +0000 (+0200) Subject: access theme: fix the link color for all links X-Git-Tag: v4.2.1~594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd85ed25c4f0fedf2fa69aa36dffb058934e604c;p=thirdparty%2Ftvheadend.git access theme: fix the link color for all links --- 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 }