diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/base.styl | 7 |
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) |