Some fixes for stuff I noticed
Primeval Age - Dark Mode Fixes by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categoryprimevalarpg.com
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Primeval Age - Dark Mode Fixes
@namespace github.com/openstyles/stylus
@version 1.0.2
@description Some fixes for stuff I noticed
@author Werewire
==/UserStyle== */
@-moz-document domain("primevalarpg.com") {
.modal-content {
background-color: #343a40;
}
button.close {
color: #FFF;
}
.notifications-table .unread, .notifications-table .unread td {
background-color: #4f3f3f78;
}
h1 a, h2 a, h3 a, h4 a, h5 a, a.h1, a.h2, a.h3, a.h4, a.h5, .display-user, .display-character, .modal-body a {
color: #5476b3 !important;
}
a {
color: #5476b3 ;
}
a:hover {
color: #FFF !important;
}
.display-user, .display-character {
font-weight: bold;
}
.tox, .tox :not(svg) {
color: #FFF !important;
}
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
background-color: #343a40;
border-top: 1px solid #ccc;
}
.tox .tox-tbtn svg {
display: block;
fill: #fff;
}
.tox .tox-tbtn--disabled svg, .tox .tox-tbtn--disabled:hover svg, .tox .tox-tbtn:disabled svg, .tox .tox-tbtn:disabled:hover svg {
fill: rgba(162, 166, 172, .5);
}
.tox .tox-tbtn:hover {
background: #91a6bb73;
box-shadow: none;
color: #222f3e;
}
.tox .tox-edit-area__iframe {
background-color: #343a40;
}
.mce-content-body {
color: #FFF;
}
.tox .tox-statusbar {
background-color: #222f3e;
border-top: 1px solid #ccc;
color: rgba(34,47,62,.6);
}
.btn-primary {
color: var(--white) !Important;
background-color: var(--blue);
border-color: var(--blue);
}
.inventory-stack-name, .inventory-character-name {
color: #fff;
}
.inventory-stack-name:hover, .inventory-character-name:hover {
color: #648ed8;
text-decoration: none;
}
}