Dark mode for the site
beta.character.ai dark mode by grie
Details
Authorgrie
LicenseNo License
Categorybeta.character.ai
Created
Updated
Size1.1 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 beta.character.ai dark mode
@namespace USO Archive
@author Grie
@description `dark version for the site`
@version 1.0.0
==/UserStyle== */
@-moz-document domain("beta.character.ai"){
body {
color: rgba(255, 221, 121, .85);
background-color: #201100;
}
.btn {
color: #0482ffe3;
}
.navbar-desktop {
background-color: #ff87000f;
}
nav a.active {
color: #debf67 !important;
}
/*
nav a.hover {
color: #debf678c !important;
}*/
.d-flex.justify-content-between{
border-bottom: 1px solid rgb(222 191 103 / 18%) !important;
background-color: #000 !important;
}
.row {
color: #debf678c;
}
.p-0 {
color: #debf67;
}
.home-sec-header{
color: #0482ffe3;
}
.card-footer {
background-color: rgb(66 47 7);
border-top: 1px solid rgb(0 0 0 / 13%);
}
.username-truncated {
color: rgb(174 255 13 / 25%);
}
.profile-header-bg {
background-color: #ffd90024;
box-shadow: 0 0.5px 0 #ff98004f;
}
.profile-characters {
background: #7d5c00a3;
}
}