Dark theme for dunst-project.org
dunst-project.org by thewebmasterp
Details
Authorthewebmasterp
LicenseNo License
Categorydunst-project
Created
Updated
Size544 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 dunst-project.org
@version 20220314.19.29
@namespace userstyles.world/user/thewebmasterp
@description Dark theme for dunst-project.org
@author thewebmasterp
@license No License
==/UserStyle== */
@-moz-document domain("dunst-project.org") {
body {
background: #212124;
color: #EDEDED;
}
pre, code {
color: black
}
h1, h2, h3, h4, h5 {
color: #FFFFFF
}
a, a:active, a:hover, a:visited {
color: #3091ff
}
a:hover {
color: #7ab8ff
}
a:visited {
color: #ff7a97;
}
}