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 +}