From 0ca7e659f55bf6ed723df7ea033dceb9475bdd2f Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 3 Feb 2019 20:13:20 +0100 Subject: Move style to css --- common/css/main.css | 5 ++++- index.html | 9 --------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/common/css/main.css b/common/css/main.css index d469a59..77d431a 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -111,4 +111,7 @@ p a:hover{text-decoration: none; color:gray;} #paypalform input {margin-top: 12px; margin-left: 50px;} #forum{color: maroon;} -#itchioframe{display:block;text-align:center;} \ No newline at end of file +#itchioframe{display:block;text-align:center;} + +#platforms>img, #bindings>a>img { border: 2px solid #f5f5f5; transition: all .2s ease; } +#platforms>img:hover, #bindings>a>img:hover { border: 2px solid #797979; } diff --git a/index.html b/index.html index db6bc76..402f663 100644 --- a/index.html +++ b/index.html @@ -46,15 +46,6 @@ window._fbq.push(['track', '6023277399201', {'value':'0.00','currency':'EUR'}]); - -- cgit v1.2.3