Skip to content

Instantly share code, notes, and snippets.

@GGLinnk
Last active June 13, 2023 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GGLinnk/a1e61dab1df3f47cf930dd8805378f10 to your computer and use it in GitHub Desktop.
Save GGLinnk/a1e61dab1df3f47cf930dd8805378f10 to your computer and use it in GitHub Desktop.
GGLinnk's W.I.P Dark Theme for miro.com
/* ==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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment