From 207777edb369971f66c2b31febefbfff7896e699 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sat, 31 Dec 2016 08:22:49 +0900
Subject: [PATCH] Revert "Update base.styl"

This reverts commit f9da0c71b0232e4e531e28334aef9813f20676ff.
---
 src/web/app/base.styl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/web/app/base.styl b/src/web/app/base.styl
index 349baff4af..5eab205480 100644
--- a/src/web/app/base.styl
+++ b/src/web/app/base.styl
@@ -5,8 +5,11 @@ $theme-color-foreground = convert(themeColorForeground)
 
 @import './reset'
 
-::selection
-	background $theme-color
+/*
+	::selection
+		background $theme-color
+		color #fff
+*/
 
 *
 	tap-highlight-color rgba($theme-color, 0.7)