From 006d54bf4ac4dd9e05d62d0007759f28740fd77a Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Fri, 14 Aug 2015 10:29:43 +0200 Subject: One payment is clickable and set to orange for the moment --- public/css/reset.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') diff --git a/public/css/reset.css b/public/css/reset.css index c7044d5..c8dafbf 100644 --- a/public/css/reset.css +++ b/public/css/reset.css @@ -42,6 +42,11 @@ table { border-spacing: 0; } +a { + text-decoration: none; + color: inherit; +} + button:hover { cursor: pointer; } -- cgit v1.2.3