panthur cpanel dark mode.
panthur cpanel dark mode by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorycpanel
Created
Updated
Size1.2 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 panthur cpanel dark mode
@version 20240711.99.6
@namespace english
@description panthur cpanel dark mode.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("stealth-servers.com.au") , domain("members.panthur.com.au") {
/* ==UserStyle==
@name panthur cpanel dark mode
@description panthur cpanel dark mode.
@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
*/
html #content{background-color:#ccc;}
html div .cp-layout-wrapper,
html .main-body , html .main-footer
{filter:invert(1) brightness(1.1) contrast(0.8) saturate(1.5)hue-rotate(180deg);}
html footer {
filter: invert(1);
background: #0b0b0b;}
html .main-top{ filter: invert(1);
height: 50px; border-bottom: none !important ;}
html #Primary_Sidebar-Service_Details_Actions-Login_to_cPanel{font-size:30px;}
}