Dark mode for GetStream Dashboard
GetStream Dashboard | Dark Mode by thethomaswgeorge-5318
Details
Authorthethomaswgeorge-5318
LicenseNo License
Categoryhttps://dashboard.getstream.io/
Created
Updated
Size625 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 GetStream Dashboard | Dark Mode
@version 20230811.19.38
@namespace userstyles.world/user/thethomaswgeorge-5318
@description Dark mode for GetStream Dashboard
@author thethomaswgeorge-5318
@license No License
==/UserStyle== */
@-moz-document domain("dashboard.getstream.io") {
aside {
background-color: #273c75 !important;
}
body {
background-color: #222;
color: #fff;
}
.sc-jsMahE {
background-color: #121212 !important;
color: #fff;
}
[data-testid="app-nav"], [data-testid="app-nav"] * {
background-color: #0b1531 !important;
color: #fff;
}
}