summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2016-12-31 08:22:49 +0900
committersyuilo <syuilotan@yahoo.co.jp>2016-12-31 08:22:49 +0900
commit207777edb369971f66c2b31febefbfff7896e699 (patch)
tree09c90491cafcf794dd829790a2449ba9f6fe1534 /src
parentUpdate base.styl (diff)
downloadmisskey-207777edb369971f66c2b31febefbfff7896e699.tar.gz
misskey-207777edb369971f66c2b31febefbfff7896e699.tar.bz2
misskey-207777edb369971f66c2b31febefbfff7896e699.zip
Revert "Update base.styl"
This reverts commit f9da0c71b0232e4e531e28334aef9813f20676ff.
Diffstat (limited to 'src')
-rw-r--r--src/web/app/base.styl7
1 files 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)