update CSS from main.css in dist (#2119)

This commit is contained in:
Christian Oliff
2019-03-09 02:22:01 +09:00
committed by Rob Larsen
parent 95557efa65
commit ec1a2165ba

5
dist/css/main.css vendored
View File

@@ -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;