From 98c2009fb0426e1f90e1da7cbd0be6351bfef411 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Fri, 30 May 2014 01:11:26 +0200 Subject: [PATCH] "Better" approach. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9b98cdd..20428f7 100644 --- a/index.html +++ b/index.html @@ -31,11 +31,11 @@ text-align: center; } - a.button:link { + .button { font-size: 2em; text-decoration: none; background-color: #eee; - color: #333; + color: #333 !important; padding: 3px 6px 3px 6px; border-top: 1px solid #ccc; border-right: 1px solid #333; -- 2.20.1