Revert all the user highlight stuff for now

This commit is contained in:
Henry Jameson 2024-08-15 21:53:12 +03:00
commit ab90dc9fb1
2 changed files with 4 additions and 7 deletions

View file

@ -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') {