diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2016-12-31 07:40:30 +0900 |
|---|---|---|
| committer | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2016-12-31 07:40:30 +0900 |
| commit | f9da0c71b0232e4e531e28334aef9813f20676ff (patch) | |
| tree | 032710b3dcff4d3b9c0a7450574cb017d88e1e52 | |
| parent | Update README.md (diff) | |
| download | sharkey-f9da0c71b0232e4e531e28334aef9813f20676ff.tar.gz sharkey-f9da0c71b0232e4e531e28334aef9813f20676ff.tar.bz2 sharkey-f9da0c71b0232e4e531e28334aef9813f20676ff.zip | |
Update base.styl
| -rw-r--r-- | src/web/app/base.styl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 5eab205480..349baff4af 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) |