A simple dark theme for Seltani (uses CSS filter)
Seltani Dark Theme by mkacct
Details
Authormkacct
LicenseNo License
Categoryseltani.net
Created
Updated
Size463 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Seltani Dark Theme
@version 20230830.03.35
@namespace ?
==/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;
}
}