diff --git a/dist/css/main.css b/dist/css/main.css index f49f086189..f9d8b0056d 100644 --- a/dist/css/main.css +++ b/dist/css/main.css @@ -28,6 +28,11 @@ * Customize the background color to match your design. */ +::-moz-selection { + background: #b3d4fc; + text-shadow: none; +} + ::selection { background: #b3d4fc; text-shadow: none;