Dark mode for Remo Conference
Remo Conference Dark by min4builder
Details
Authormin4builder
LicenseCC-BY-SA
Categorylive.remo.co
Created
Updated
Size575 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Shadows are white, but there isn't much that can be done about that. Camera preview before login is also brightness-inverted. Still, way easier on the eyes.
Source code
/* ==UserStyle==
@name Remo Conference Dark
@version 20231027.17.49
@namespace userstyles.world/user/min4builder
@description Dark mode for Remo Conference
@author min4builder
@license CC-BY-SA
==/UserStyle== */
@-moz-document domain("live.remo.co") {
:root {
filter: invert(100%) hue-rotate(180deg) contrast(80%);
}
.MuiAvatar-root, #layout-container, picture {
filter: contrast(125%) invert(100%) hue-rotate(180deg);
}
.MuiToolbar-root {
filter: contrast(125%);
}
.main-container > div > div > div {
background-color: #0000;
}
}