A new userstyle
optus-recharge - dark by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categoryoptus
Created
Updated
Size1.3 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 optus-recharge - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author thermalzombie
==/UserStyle== */
@-moz-document domain("prepaidservices.com.au"), domain("optus.com.au") {
/* Insert code here... */
body, span, .field-body, .node-title, .irxGYT, .aem-GridColumn
{
background-color: #222222 !important;
}
input, textarea, select, .cKTAIH
{
background-color: #000000 !important;
}
.header__level-2-wrapper,
.kVKGCE.tertiary:not([disabled])
{
background-color: #0000DD !important;
border-color: #0000DD !important;
}
.kVKGCE.tertiary:not([disabled]):active,
.kVKGCE.tertiary:not([disabled]):focus,
.kVKGCE.tertiary:not([disabled]):hover,
.button
{
background-color: #00DD00 !important;
border-color: #00DD00 !important;
color: #000000 !important;
}
a, p, li, th, lebel, input, bold, strong, small, h1, h2, h3, h4, h5,
#cvpfTemplate b, #cvpfTemplate strong, span, .cKTAIH div,
#tab_tabId-addons, #tab_tabId-plans, .radio-button-content-wrapper,
.sc-cZwWEu, .sc-fctJkW, .sc-iFwKgL, .sc-ivTmOn, .dgUwkN, .kVLQjC, .dwwNYB
{
color: #FFFF00 !important;
}
}