Stack Exchange Dark BG.
Stack Exchange Dark BG by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorystackexchange
Created
Updated
Size902 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Stack Exchange Dark BG
@version 20240716.99.1
@namespace english
@description Stack Exchange Dark BG.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("stackexchange.com") {
/* ==UserStyle==
@name Stack Exchange Dark BG
@description Stack Exchange Dark BG.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
body{
background: #2c2c2c;
}
#left-sidebar{
background: #dddddd;
filter: invert(1) hue-rotate(180deg);
}
#content{ background: #d4d4d4;}
}