Dreamhost dark login page.
Dreamhost dark login page by PushkaCom
Details
AuthorPushkaCom
LicenseMIT
Categorydreamhost.com
Created
Updated
Size898 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 Dreamhost dark login page
@version 20240716.99.2
@namespace english
@description Dreamhost dark login page.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("panel.dreamhost.com") {
/* ==UserStyle==
@name dreamhost dark login page
@description dreamhost dark login page.
@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
*/
.login-wrap {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
filter: invert(1)hue-rotate(180deg)contrast(0.8)brightness(1.1);
}
}