From 6893733a646d9e697b85feef39dc047c70dd601c Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 18 Nov 2015 19:28:03 +0100 Subject: Add support for tabkey and accesskey navigation --- css/codeq.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/codeq.css b/css/codeq.css index b0c6066..f7ec93b 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -45,6 +45,10 @@ body { #screen_language .col-lg-4 { cursor: pointer; } +#screen_language .col-lg-4 a { + color: inherit; + text-decoration: none; +} /* screen about*/ -- cgit v1.2.1