Simple Darkmode for kaniwani.com
KaniWani Basic Dark Mode by adnigcx

Details
Authoradnigcx
LicenseNo License
Categoryhttps://kaniwani.com/
Created
Updated
Code size1.9 kB
Code checksum24505eb6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I try to update it if issues arise - however I am a complete noob all matters css or webstyles.
(which you can see in the code ;))
Source code
/* ==UserStyle==
@name KaniWani Basic Dark Mode
@version 20250202.18.45
@namespace userstyles.world/user/adnigcx
@description Simple Darkmode for kaniwani.com
@author Holland
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://kaniwani.com/") {
body, main
{
background-color:#222;
color: white
}
.ceZtfi
{
background: #000
}
.dUZgpp
{
color: rgb(55, 145, 204);
}
.XarGz
{
color: white
}
.dRfXjE
{
color: rgb(55, 145, 204);
}
.page {
color: rgb(255, 255, 255);
}
.gEgOaH {
border-color: rgba(255, 255, 255, .9);
}
input[type="search"] {
background-color:#222;
}
.bXqyhV {
background-color: rgb(55, 145, 204) !important;
margin: 0px !important;
padding: 0.568182em 0.714286em 0.568182em 0.416667em !important;
border-radius: 0px 1.25em 1.25em 0px !important;
}
div[class="sc-14fmqho-0 ftHYHi"] {
color: rgb(255, 252, 252);
}
.dkJBWr, .jueAji, .qJzgD, .kjRWqr {
background-color:#222;
}
.haCaIS {
color: rgba(255, 255, 255, 0.9);
}
.fqzIIJ {
background-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.hkAJPk {
color: rgb(255, 255, 255);
cursor: pointer;
}
.QdECs {
transition: 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
color: rgb(160, 191, 240);
cursor: pointer;
}
.iqFksy, .kXmNbF {
color: rgb(167, 87, 248);
background-color: rgba(0, 0, 0, 0);
border-radius: 2px;
}
.itzWQf, .itzWQf:not(:focus), .cttXMw {
background-color: rgb(154, 154, 154);
color: #000;
}
.eORXGW {
display: flex;
background-color: rgb(102, 101, 101);
transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.kxYxCs {
display: flex;
background-color: rgb(52, 52, 52);
transition: background-color 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
}