summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--common/css/main.css5
-rw-r--r--index.html9
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'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6023277399201&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript>
- <style>
- #platforms>img, #bindings>a>img {
- border: 2px solid #f5f5f5;
- transition: all .2s ease;
- }
- #platforms>img:hover, #bindings>a>img:hover {
- border: 2px solid #797979;
- }
- </style>
</head>
<body>