darker wiki pages, to avoid blindness.
game8.co dark wiki pages by venipa
Details
Authorvenipa
LicenseMIT
Categorygame8.co
Created
Updated
Size985 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 game8.co dark wiki pages
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("game8.co") {
:root {
--main-bg: #202020;
--card-bg: #313131;
--card-bg-2: #383838;
--main-border: #555;
--main-text: #fff;
}
body {
background-color: var(--main-bg);
color: var(--main-text);
}
.l-3colMain__center, .l-3colMain__left, .l-3colMain__right, .c-sideContainer, .game_menu,
.archive-style-wrapper {
background-color: var(--card-bg);
color: var(--main-text);
}
.a-announce__inner, .a-table th {
background-color: var(--card-bg-2);
color: var(--main-text);
}
.menuItem-listItem, .game_menu li {
border-bottom-color: var(--main-border);
}
.menuItem-list .menuItem-listItem a {
color: var(--main-text);
}
}