This is a W.I.P. dark theme for miro.com that totally IGNORE the css name mangle.
Tested on Firefox with Stylus.
GGLinnk's **W.I.P** Dark Theme for miro.com by gglinnk
Details
Authorgglinnk
LicenseCC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike
Categorymiro.com
Created
Updated
Size1.2 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 GGLinnk's Dark Theme for miro.com
@version 20230614.00.00
@namespace gglinnk.virtualworld.fr
@description This is a W.I.P. dark theme for miro.com that totally IGNORE the css name mangle.
Tested on Firefox with Stylus.
@author GGLinnk
@license CC BY-NC-SA - Creative Commons Attribution-NonCommercial-ShareAlike
==/UserStyle== */
@-moz-document url-prefix("https://miro.com/app/board/") {
.c-jzGZIq,
/*div[class*='c-'],*/
div[class*='creationBarItem-'],
div[class*='boxPanel-'],
div[class*='panel-'] {
background-color: #1e1e1e;
}
.logoContainer-1TLbP,
/*img[class*='icon-'],*/
div[class*='c-'],
div[class*='title-'],
button[class*='icon_default-'],
button[class*='icon_default-']:not(:disabled):hover {
color: #e8e8e8;
}
/*div[class*='c-'][data-state="open"] {
background-color: #3e3e3e;
}*/
button[class*='icon_default-']:active:not(:disabled) {
background-color: #3e3e3e;
color: #e8e8e8;
}
div[class*='logoTriggerBoardBtn-'] {
background-color: #3e3e3e;
}
.c-wERxy-jylGor-unstyled-false {
box-shadow: inherit;
}
.c-wERxy-jylGor-unstyled-false:hover {
background-color: #3e3e3e;
color: #e8e8e8;
}
}