Skip to content

Instantly share code, notes, and snippets.

@fracai
fracai / camect.css
Created July 23, 2020 15:13
Dark mode CSS for Camect
@-moz-document domain("home.camect.com")
{
body {
background-color: #1a1a1a;
}
top-bar:not(.tabbed-top-bar),
.fs-modal .modal-header {
color: black;
background: #0c8;
}