changeset 99:c77a48f6ad75

Highlight the mobile version link.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 22 Dec 2012 14:58:22 +0200
parents 6a7172b3a841
children 055c33cba66e
files luk.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }