# HG changeset patch # User Matti Hamalainen # Date 1356181102 -7200 # Node ID c77a48f6ad75302191fde2af0c23fac58e329ebb # Parent 6a7172b3a841a3a62266ad3687b45f6a157c3528 Highlight the mobile version link. diff -r 6a7172b3a841 -r c77a48f6ad75 luk.css --- a/luk.css Sat Dec 22 14:57:31 2012 +0200 +++ b/luk.css Sat Dec 22 14:58:22 2012 +0200 @@ -40,5 +40,7 @@ overflow: auto; } -#mobile { +#controls a.mobile { + color: white; + background: red; }