diff options
Diffstat (limited to 'css/codeq.css')
-rw-r--r-- | css/codeq.css | 4 |
1 files changed, 4 insertions, 0 deletions
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*/ |