Skip to content

Shopify admin dark by philfoss

Screenshot of Shopify admin dark

Details

Authorphilfoss

LicenseCC

Categoryadmin.shopify.com

Created

Updated

Code size930 B

Code checksumf43251e7

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for your Shopify admin

Notes

work in progress, shopify changes weekly

Source code

/* ==UserStyle==
@name         Shopify admin dark
@version      20240611.18.29
@namespace    https://userstyles.world/user/philfoss
@description  dark mode for your Shopify admin
@author       philfoss
@license      CC
==/UserStyle== */

@-moz-document domain("admin.shopify.com") {
html body {background:black !important}




#AppFrameMain {
  filter: invert(.93);
    background:#efefef;
   
} 
#AppFrameNav {
  
  filter: invert(.9);
}


button > .weOdt {
  color: transparent;
  text-shadow: 0px 0px 7px black;
}
 
td>a.a4GQ2 {
  color: transparent;
  text-shadow: 0px 0px 7px black;
}


#AppFrameMain img {
  filter: invert(1);
}

 



/* admin logo branding 

.RiO99 img {
  visibility: hidden;
}


.RiO99::before {
    content:"TYOTOYS";
display:block;
    font-family:"fungfoo";
    text-align:center;
    padding:10px; 
    color:white;
    font-size:23px; 
    position:relative; top:15px
}

end admin logo branding */
}

Reviews

No reviews yet.