WinSCP forum dark mode invert colors.
WinSCP forum dark mode invert colors by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorywinscp
Created
Updated
Size1.0 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 WinSCP forum dark mode invert colors
@version 20240730.99.1
@namespace english
@description WinSCP forum dark mode invert colors.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("winscp.net") {
/* ==UserStyle==
@name WinSCP forum dark mode invert colors
@description WinSCP forum dark mode invert colors.
@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
*/
.main-content-container{
filter: invert(1)hue-rotate(180deg)brightness(1.2)contrast(0.95);
background: #d2d2d2;
}
#pageForum,body{background: #1e1e1e;}
main img{
filter: invert(1) hue-rotate(180deg);
}
}