Greasy Fork Dark Mode Night Theme.
Greasy Fork Dark Mode Night Theme by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorygreasyfork.org
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Greasy Fork Dark Mode Night Theme
@version 20240705.99.1
@namespace https://userstyles.world/user/PushkaCom
@description Greasy Fork Dark Mode Night Theme.
@author PushkaCom
@license MIT
==/UserStyle== */
@-moz-document domain("greasyfork.org") {
/* ==UserStyle==
@name Greasy Fork Dark Mode Night Theme
@description Greasy Fork Dark Mode Night Theme.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
@preprocessor stylus
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom
*/
#main-header {
background-image: linear-gradient(#000000, #343434) !important;
}body {
background-color: #5a5a5a;
}
.script-list, .user-list, .text-content, .discussion-list {
background-color: #d7d7d7;
}
.user-content {
background: linear-gradient(to right,#dbdbdb,#c9c9c9 1em);
border-left: 2px solid #F2E5E5;
}.list-option-group ul {
box-shadow: 0 0 5px #1e1e1e;
background-color: #bdbdbd;
}
header h3{ color: #e9e9e9;}
#script-list-option-groups{ color: #ccc;}
#script-list-option-groups li { color: #343434;}
#control-panel header h3{color:#262626} #script-info { background-color: #d5d5d5; }
}