diff --git a/src/stylesheets/base.scss b/src/stylesheets/base.scss index e0b15c47f6..a20965a316 100644 --- a/src/stylesheets/base.scss +++ b/src/stylesheets/base.scss @@ -34,16 +34,6 @@ body { -webkit-font-smoothing: antialiased; } -::-moz-selection { - color: white; - background: $blue; -} - -::selection { - color: white; - background: $blue; -} - a { color: $blue; cursor: pointer;