itison.com Dark by afonsoneto
Details
Authorafonsoneto
LicenseNo License
Categoryitison
Created
Updated
Size1.6 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 itison.com Dark
@version 20221006.08.53
@namespace userstyles.world/user/afonsoneto
@description https://www.itison.com/
@author afonsoneto
@license No License
==/UserStyle== */
@-moz-document domain("itison.com") {
div.box,
div.box.with-margin.in-events,
div.venue-wrapper,
div#js-sub-nav,
div#sub-nav-grid,
a.box.carousel-card.lazy-wrapper,
div.footer__body,
div.footer__accordion,
label.footer__section-label,
div.feature-card--details,
div.filters-outer,
div.box-content.inner-grid,
turbo-frame#flash > div,
div.filters__summary-wrapper.js-filters-wrapper,
div.promoted-features-category.js-product-recommendations {
background: #1c1c1c;
color: white;
}
a.box.carousel-card.lazy-wrapper > span,
a.box.carousel-card.lazy-wrapper > div {
color: darkgray;
}
div.footer__accordion > ul > li > a.footer__link {
color: white;
}
body,
div#js-fix-bar {
background: black;
color: white;
}
p.product-title-venue.small-copy,
div.sub-nav-content > a {
color: white !important;
}
ul.order-header--share-links {
background: inherit;
}
span.feature-favourite__text {
color: #d91261;
}
header#site-header {
background: #1c1c1c;
background-image: none;
}
h4.feature-card--additional-info--badge {
background: black;
}
div.spotlight-wrapper {
box-shadow: none;
}
h4.feature-card--venue,
div.feature-card-bottom,
div.feature-card-bottom > div > div,
div.feature-card-bottom > div > div > span,
span.filters__link.js-filters__link {
color: white;
}
span.filters__link.js-filters__link:hover {
color: black;
}
div.promoted-features-category {
background: gray !important;
}
}