diff --git a/css/reset.css b/css/reset.css
index 17497957..dbf21d3d 100644
--- a/css/reset.css
+++ b/css/reset.css
@@ -8,8 +8,6 @@
*/
html{
- font-family: sans-serif;
- font-size: 100%;
color: #222;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
@@ -22,7 +20,6 @@ body { margin: 0; font-size: 1em; line-height: 1.4; }
* Also: hot pink! (or customize the background color to match your design)
*/
/*
-::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
::-moz-selection{ text-shadow: none; opacity: 0;}
diff --git a/html/index.html b/html/index.html
index b8da6c04..bd0cfbac 100644
--- a/html/index.html
+++ b/html/index.html
@@ -28,9 +28,8 @@