diff options
| -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) |