Skip to content

Dark mode for songkick.com by afonsoneto

Screenshot of Dark mode for songkick.com

Details

Authorafonsoneto

LicenseMIT

Categorysongkick.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for songkick.com

Notes

Dark mode for songkick.com

Source code

/* ==UserStyle==
@name         Dark mode for songkick.com
@version      20230109.17.09
@namespace    userstyles.world/user/afonsoneto
@description  Dark mode for songkick.com
@author       afonsoneto
@license      MIT
==/UserStyle== */

@-moz-document domain("songkick.com") {
/* ==UserStyle==
@name           Dark mode for Songkick
@namespace      [AfonsoNeto] Songkick
@author         Afonso Neto (https://github.com/AfonsoNeto)
@description    `Dark mode for songkick.com`
@version        0.1
@license        MIT
==/UserStyle== */

body {
  background: black;
  color: white;
}
.event-header,
.discover-nav,
.horizontal-event-list .card {
  background-color: #141212;
}
.discover-nav a { color: white; }
.discover-nav a img,
.artist-related-events .section-title .refresh-button {
  filter: invert(1);
}

.un-tracker li:nth-child(odd) { background: #080808; }

.event-header .brief,
.event-header .brief h1.summary a,
.event-header .brief .location a {
  color: white;
}
}

@-moz-document url-prefix("http://example.com") {

}

Reviews

No reviews yet.