Make dark scroll bar in Chromium-based browsers

This commit is contained in:
Pavel Moiseenko
2021-07-27 16:37:43 +03:00
parent c396d1690d
commit e720acc674
5 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
html {
color-scheme: dark;
}
#previewbar { #previewbar {
overflow: visible; overflow: visible;
padding: 0; padding: 0;

View File

@@ -1,3 +1,7 @@
html {
color-scheme: dark;
}
.bigText { .bigText {
font-size: 50px; font-size: 50px;
} }

View File

@@ -1,4 +1,8 @@
/* Options page CSS */ /* Options page CSS */
html {
color-scheme: dark;
}
body { body {
font-family: sans-serif; font-family: sans-serif;
} }

View File

@@ -1,4 +1,8 @@
/* Options page CSS */ /* Options page CSS */
html {
color-scheme: dark;
}
body { body {
font-family: sans-serif; font-family: sans-serif;
} }

View File

@@ -6,6 +6,10 @@
--sb-green-bg: #077B27; --sb-green-bg: #077B27;
} }
html {
color-scheme: dark;
}
#sponsorBlockPopupBody .hidden { #sponsorBlockPopupBody .hidden {
display: none !important; display: none !important;
} }