Make Dungeon World SRD at exposit.github.io/dw-srd use a dark theme
Darkest Dungeon World by magnus-ISU
Details
Authormagnus-ISU
LicenseMIT
Categoryexposit.github.io
Created
Updated
Size856 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 exposit.github.io/dw-srd/ - Feb 2024
@version 20240219.17.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://exposit.github.io") {
body, .form-control {
color: #fff;
background-color: #333;
}
.nav a {
color: unset;
}
.nav li a, .table-striped>tbody>tr:nth-of-type(odd) {
background-color: #444;
}
.alert-info {
color: unset;
background-color: #444;
}
.nav ul li a {
background-color: #555;
}
hr.shaded {
opacity: 0;
}
.nav a:hover, .nav li.active > a {
color: lightblue;
background-color: #666;
}
.nav>li>a:focus, .nav>li>a:hover {
color: lightblue;
background-color: #666;
}
div#toc ul {
background-color: #444;
color: unset;
}
div#toc >ul::before {
color: lightblue;
}
.btn-default {
color: #fff;
background-color: #555;
}
}