It is a dark mode design for the iyzico payment infrastructure. It is simple and plain. It is designed to work on iyzipay.
UI Dark iyzipay & iyzico by exelance-llc
Details
Authorexelance-llc
LicenseMIT
Categoryuserstyles, iyzico, iyzipay
Created
Updated
Size672 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document domain("merchant.iyzipay.com") {
/* ==UserStyle==
@name Dark-Iyzipay
@namespace github.com/EXELANCE-LLC
@description Dark and light, very customizable theme for Iyzipay.
@homepageURL https://exelance.org
@homepageURL2 https://webusta.org
@support mailto:info@exelance.org
@author Bigo <info@exelance.org> (https://exelance.org)
@version 1.0.0
@license MIT
@preprocessor stylus
==/UserStyle== */
* > * {
background-color: #212529 !important;
color: #f9fafb !important;
border-bottom: none !important;
box-shadow: none !important;
transform: none !important;
border: none !important;
}
}