Neo Theme for Machinga Brain task manager
Machinga Brain Neo by carlosmu
Details
Authorcarlosmu
LicenseCC0
Categorymachinga.net
Created
Updated
Code size572 B
Code checksum4a1d79d9
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Machinga Brain Neo
@version 20211214.20.06
@namespace userstyles.world/user/carlosmu
@description Neo Theme for Machinga Brain task manager
@author carlosmu
@license CC0
==/UserStyle== */
@-moz-document domain("machinga.net") {
html {
filter: grayscale(60%);
}
body {
background: #111;
}
h1, h2, h3, h4, h5, h6, div, li, p, span, a {
color: #3cff00 !important;
}
img, .Avatar {
filter: grayscale(100%);
}
.categoryTitle {
border: 1px solid #3cff00 !important;
}
}