preceda no images dark mode.
preceda no images dark mode by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorypreceda
Created
Updated
Size1.3 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 preceda no images dark mode
@version 20240730.99.1
@namespace english
@description preceda no images dark mode.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("preceda.com.au") {
/* ==UserStyle==
@name preceda no images dark mode
@description preceda no images 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 #fullscreen{
background-image: none !important ;
}
footer{ filter: invert(1);}
html .logintab-top , body #logintab-title , html .logintab-ribbonbottom, html .logintab-content-container,
html .logintab-buttons , html #mfa-button-container , html .logintab-bottom {
background: transparent;
}
#logintab{
background: #ccc;
border-radius: 10px;
}
html .x-border-box{
filter: invert(1) hue-rotate(180deg) brightness(1.18) contrast(0.74);
background: #353535;
}
html div {border:none;}
}