From f9da0c71b0232e4e531e28334aef9813f20676ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Sat, 31 Dec 2016 07:40:30 +0900 Subject: [PATCH] Update base.styl --- src/web/app/base.styl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 5eab20548..349baff4a 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -5,11 +5,8 @@ $theme-color-foreground = convert(themeColorForeground) @import './reset' -/* - ::selection - background $theme-color - color #fff -*/ +::selection + background $theme-color * tap-highlight-color rgba($theme-color, 0.7)