From 7df996c05765e954ee87bf294b94423913cdfaad Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sat, 9 Mar 2019 02:15:29 +0900 Subject: [PATCH] update CSS from main.css in dist --- dist/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) 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;