This style makes all web pages darker.
More Dark by cs61b-buk
Details
Authorcs61b-buk
LicenseNo License
CategoryEverything
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Updated from time to time.
Source code
/* ==UserStyle==
@name More Dark
@version 1
@namespace 1
==/UserStyle== */
@-moz-document url-prefix("h") {
* {
z-index: 0;
color: #888888;
border: #000000;
background: rgba(0, 0, 0, 0.05);
}
.global-nav.global-nav--inverse.nav-bar,.classroom-workspace-overview,._tablist-container_1lztnw {
background: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar,
::-webkit-scrollbar-track,
.gb_6a.gb_l::-webkit-scrollbar-track,
.gb_6a.gb_l::-webkit-scrollbar-track:hover,
[watch-color-update] yt-live-chat-app,
::-webkit-scrollbar-track {
background: #cccccc;
color: #aaaaaa;
border: none;
width: 11px;
max-height: 9px;
}
::-webkit-scrollbar-thumb,
.gb_6a.gb_l::-webkit-scrollbar-thumb,
[watch-color-update] ::-webkit-scrollbar-thumb {
border-radius: 2px;
border: none;
background: #888888;
background-clip: content-box;
width: 11px;
}
tooltiptext bigtooltip {
overflow-x: visible;
overflow-y: scroll;
height: 400px;
max-width: 800px;
}
}