From 7f0bd94dab2b82d87bdf4266535d92b74f9e2123 Mon Sep 17 00:00:00 2001 From: Will Huxtable Date: Fri, 3 Jan 2014 10:28:11 +0000 Subject: [PATCH] Removed annoying blue highlight color. Now it is transparent --- css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index ff4b75e..fe4fc0f 100644 --- a/css/main.css +++ b/css/main.css @@ -16,6 +16,10 @@ body { margin: 0; } +::selection{ + background-color: transparent; +} + /* Framework stuff */ div.clear { @@ -520,4 +524,4 @@ body.noMask #description { #dropMenu > div:hover { text-decoration: underline; -} \ No newline at end of file +}