Dark theme for vinn admin portal
Vinn admin portal dark theme by bmazerolle
Details
Authorbmazerolle
LicenseNo License
Categoryvinn
Created
Updated
Size991 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 Vinn admin portal dark theme
@version 20220127.23.39
@namespace userstyles.world/user/bmazerolle
@description Dark theme for vinn admin portal
@author bmazerolle
@license No License
==/UserStyle== */
@-moz-document url(""), domain("admin.vinnauto.com") {
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
}
body {
background: white;
}
span[role="img"] {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
img, svg, iframe, .emoji-common-emoji-sprite {
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
.MuiSelect-icon,
.MuiIconButton-root {
color: rgba(255, 255, 255, .8);
}
.MuiDrawer-root.MuiDrawer-docked{
filter: invert(0%);
}
.MuiDrawer-paperAnchorDockedLeft,
.MuiListItem-root {
background: rgb(160,200,255);
}
a:-webkit-any-link{
color:rgb(160,200,255);
}
}