DarkTheme for the new PhoenixDashboard
PhoenixDashboard - DarkTheme by theozerbibi
Details
Authortheozerbibi
LicenseNo License
Categorypichuu.ovh
Created
Updated
Size811 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
phoenix, 42, dark-theme
Source code
/* ==UserStyle==
@name PhoenixDashboard - DarkTheme
@version 20221021.17.04
@namespace userstyles.world/user/theozerbibi
@description DarkTheme for the new PhoenixDashboard
@author theozerbibi
@license No License
==/UserStyle== */
@-moz-document domain("pichuu.ovh") {
:root {
--main-bg-color: #2e2e2e;
--text-color: #cccaca;
--top-color: #262626;
--card-color: #282828;
}
body {
background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4,
h5,
p {
color: var(--text-color) !important;
}
.bg-light {
background-color: var(--top-color) !important;
}
.navbar-light .navbar-nav .nav-link {
color: var(--text-color) !important;
}
.card-header {
color: var(--text-color) !important;
}
.card {
background-color: var(--card-color) !important;
}
}