simple dark theme for polycul.es
polycul.es dark theme by tebicat
Details
Authortebicat
LicenseUNLICENSE
Categorypolycul.es
Created
Updated
Size414 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 polycul.es dark theme
@version 20230711.15.49
@namespace ?
==/UserStyle== */
@-moz-document domain("polycul.es") {
body,
input,
button {
color: #ddd;
background-color: #111;
}
a,
a:visited,
a:active,
a:hover {
text-decoration: underline;
color: #ddd;
}
.help-block {
color: #bbb;
}
#graph .node text {
fill: #ddd;
}
}