Dark style for Redmine
projet.agencefove.com - Jan 2024 by Giturnox
Details
AuthorGiturnox
LicenseNo License
CategoryDark Theme
Created
Updated
Size719 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 projet.agencefove.com - Jan 2024
@version 20240115.15.15
@namespace ?
==/UserStyle== */
@-moz-document domain("projet.agencefove.com") {
Body {
color: #DDD;
}
#content,
#sidebar,
table.list th {
background-color: #313131;
}
table.list:not(.odd-even) tbody tr:nth-child(2n) {
background-color: #333;
}
#header {
background-color: #003254;
}
#main-menu li a.new-object {
background-color: #3E5B76;
}
h2,
H3,
div#activity dt .time,
div#activity dd span.description {
color: #DDDDDD;
}
a:visited,
a.user.active {
color: #009fff;
}
a:link {
color: #00c8ff;
}
div.issue {
background-color: #444;
}
.box {
background-color: #333;
}
}