diff --git a/packages/renderer/src/styles/global.scss b/packages/renderer/src/styles/global.scss index 652aae2b4..c33fb873b 100644 --- a/packages/renderer/src/styles/global.scss +++ b/packages/renderer/src/styles/global.scss @@ -62,6 +62,10 @@ html { background: var(--scrollbar-thumb-bg); } +::-webkit-scrollbar-thumb:hover { + background: rgb(136, 136, 136); +} + a { text-decoration: none; }