A mediumdark theme for kukai wallet
Medium-Dark kukai by slinkousart
Details
Authorslinkousart
LicenseMIT
CategoryKukai
Created
Updated
Size854 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 wallet.kukai.app - 8/9/2021, 1:08:00 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("wallet.kukai.app") {
/* Insert code here... */
:root {
--verydark: #3F4549;
}
[_nghost-fby-c43] {
background-color: var(--dark);
}
.main-container[_ngcontent-fby-c43] {
background: var(--gray);
border-color: var(--gray);
}
.top-container[_ngcontent-fby-c43] {
border-bottom-color: var(--gray);
}
[_nghost-fby-c41] button.purple[_ngcontent-fby-c41] {
background-color: var(--dark);
box-shadow: none;
}
.main-container[_ngcontent-fby-c43] H2[_ngcontent-fby-c43] {
color: var(--dark);
opacity: 1;
}
}