A simple dark theme for Seltani
/* ==UserStyle==
@name Seltani Dark Theme
@namespace https://mkps.app/
@version 1.0.1
@description A simple dark theme for Seltani
@author MK
@license MIT
==/UserStyle== */
@-moz-document domain("seltani.net") {
html, #header, img, canvas, embed, video, object, iframe {
filter: invert(1) hue-rotate(180deg);
}
input.FormButton, .FocusCornerControl, .ToolTitleBar {
background: linear-gradient(#C4C4A8, #D2D2B6, #D2D2B6, #D2D2B6, #E8E8C4);
}
.BuildPropDirty {
background-color: #d2d44e;
}
}