aboutsummaryrefslogtreecommitdiff
path: root/src/services
diff options
context:
space:
mode:
Diffstat (limited to 'src/services')
-rw-r--r--src/services/user_highlighter/user_highlighter.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/services/user_highlighter/user_highlighter.js b/src/services/user_highlighter/user_highlighter.js
index 145b3e5e..b5f58040 100644
--- a/src/services/user_highlighter/user_highlighter.js
+++ b/src/services/user_highlighter/user_highlighter.js
@@ -27,11 +27,7 @@ const highlightStyle = (prefs) => {
}
} else if (type === 'solid') {
return {
- backgroundImage: [
- 'repeating-linear-gradient(90deg,',
- `${tintColor} ,`,
- `${tintColor} 20px`
- ].join(' '),
+ backgroundColor: tintColor2,
...customProps
}
} else if (type === 'side') {