diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-15 14:39:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 14:39:37 -0500 |
commit | 37ea7e2c9a3d15b6de61972a2163a323572acd28 (patch) | |
tree | f2a80b4e33d405df3c846ee2e8e6e6b344a5d62d /ext/bg/search.html | |
parent | e4f28b31ce594f16483347d35fe55265d68cbe53 (diff) |
Add support for dark theme scrollbar colors (#1038)
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 063aae1e..4feec8d5 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -16,7 +16,7 @@ </head> <body> -<div class="content" id="content"><div class="content-body" id="content-body"> +<div class="content scrollbar" id="content"><div class="content-body" id="content-body"> <span tabindex="-1" id="content-scroll-focus"></span> |