Dark UniFi
Dark UniFi by jonylolma
Details
Authorjonylolma
LicenseNo License
Categoryunifi.ui.com
Created
Updated
Size2.4 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 unifi.ui.com - 1/19/2023, 6:03:23 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://unifi.ui.com/") {
/* Insert code here... */
html,body {
background: hsl(0deg 0% 10%);
}
.text-light-secondary__f7qlgEeP {
color: white;
}
.navItem-light__WNBmFGBt {
color: white;
}
.text-light-primary__f7qlgEeP {
color: white;
}
.text-light-tertiary__f7qlgEeP {
color: white;
}
.default-light__Ad6q97AA {
color: white;
}
.unifi-portal-bt95ha {
background: hsl(0deg 0% 20%);
}
.appHeader-light__i086A7oj:after {
background: hsl(0deg 0% 20%);
}
.unifi-portal-19qoyl7[aria-current="true"] {
background: hsl(0deg 0% 20%);
}
.unifi-portal-1wo8sck:hover {
background: hsl(0deg 0% 20%);
}
*[class*="unifi-portal"] {
border-color: hsl(0deg 0% 20%) !important;
}
*[class*="container"] {
border-color: hsl(0deg 0% 20%) !important;
}
*[class*="spacer"] {
border-color: hsl(0deg 0% 20%) !important;
}
*[class*="footerContainer"] {
border-color: hsl(0deg 0% 20%) !important;
}
/* application header */
.unifi-portal-e61ej2 {
background: hsl(0deg 0% 10%);
border-bottom: 1px solid hsl(0deg 0% 20%);
}
.nav-light__a7LHqoEm {
background: hsl(0deg 0% 10%);
}
.unifi-portal-15da5el {
background: hsl(0deg 0% 10%);
}
.unifi-portal-59nf6m {
display: none;
}
.navItem-light__WNBmFGBt:before {
background: hsl(0deg 0% 15%);
}
.navItem-light__WNBmFGBt:hover {
background: hsl(0deg 0% 15%);
}
.inputContainer-secondary-light__YDc5yypB {
background: hsl(0deg 0% 20%);
}
.input-light__Y0t9pZm8 {
color: hsl(0deg 0% 80%);
}
.label-light__Y0t9pZm8 {
color: hsl(0deg 0% 80%);
}
.label-light__xiaBxeDl.label-secondary__xiaBxeDl {
color: hsl(0deg 0% 80%);
}
main {
background: hsl(0deg 0% 10%) !important;
}
header {
background: hsl(0deg 0% 10%) !important;
}
}