mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 21:09:15 +00:00
css: update webkit scrollbar styles
This commit is contained in:
@@ -238,9 +238,9 @@ body.claro.ttrss_index h3 {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
background-color: var(--border-main);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color:rgba(255,255,255,0.2);
|
||||
background-color: var(--bg-panel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user