DarkTheme for Phoenix42 Site
Phoenix42 DarkTheme by theozerbibi
Details
Authortheozerbibi
LicenseNo License
Categoryphoenix42
Created
Updated
Size536 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 Phoenix42 DarkTheme
@version 20220603.17.33
@namespace userstyles.world/user/theozerbibi
@description DarkTheme for Phoenix42 Site
@author theozerbibi
@license No License
==/UserStyle== */
@-moz-document domain("phoenix42.fr") {
body {
background-color: #2e2e2e;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
.h3, h3 {
color: white;
}
.card {
background-color: #313030;
color:white;
}
.table > :not(caption) > * > * {
color: white;
}
}