its dark mode but better
dark mode red text by joshua-lebreton
Details
Authorjoshua-lebreton
LicenseNo License
Categorypretendyoure.xyz
Created
Updated
Code size1.0 kB
Code checksumcbf2d18e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dark mode red text
@version 20220604.03.42
@namespace userstyles.world/user/joshua-lebreton
@description its dark mode but better
@author joshua-lebreton
@license No License
==/UserStyle== */
@-moz-document domain("pretendyoure.xyz") {
body {
background: black;
color: #A1A1A1;
}
.scorecard {
background: black;
}
.scorecard:nth-child(even) {
background: black;
}
.ui-widget-content {
background: black;
color: #A1A1A1;
}
.game_options {
background: black;
color: white;
}
.whitecard {
background: #383838;
color: lightgrey;
}
.blackcard{
color: lightgrey;
}
.ui-widget-header {
background: black;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: black;
color: red;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: darkred;
}
.game_hand_filter_text {
background: black;
color: white;
}
}