Dark theme for psprices
PS Prices Dark by eatorres
Details
Authoreatorres
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.9 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 PS Prices Dark
@version 20211014.23.43
@namespace userstyles.world/user/eatorres
@description Dark theme for psprices
@author eatorres
@license No License
==/UserStyle== */
@-moz-document domain("psprices.com") {
html > body, .py-0 {
background-color: black !important;
}
.text-xl {
color: white !important
}
span.absolute span, #share-link, option, select, input, .cursor-pointer, .underline.underline-offset-2 {
color: black
}
.text-text, .navigation-toggle {
color: #d6d4d4 !important
}
div, h4, span, .font-bold, .text-start {
color: #d6d4d4
}
body {
background-color: black !important;
}
body > .container, .navigation-container.fixed, .bg-primary-100, input {
background-color: #222222 !important;
}
.alert-info, div > .bg-info {
background-color: #222
}
div > .bg-info {
border: #d6d4d4 1px solid !important;
background-color: #222 !important;
}
.btn {
background-color: #2e2e2e;
color: #d6d4d4;
}
.content {
background-color: #222222
}
.content--header {
background-color: #222222
}
.content__game_card__title {
color: #d6d4d4
}
.content--title {
background-color: #2e2e2e;
}
.content__game_card__price__current {
color: #6e6d6d
}
.dropdown-menu {
background-color: #222222;
}
.discount--val {
color: #222222
}
.game--description {
color: #d6d4d4
}
.heading * {
color: #d6d4d4
}
.main-header--items {
background-color: #222222;
color: #d6d4d4
}
.main-header--items * {
color: #d6d4d4
}
.game-card--meta {
background-color: #d6d4d4;
padding-bottom: 2px;
padding-left: 4px;
}
.site--footer {
background-color: #222222;
color: #d6d4d4
}
.platform--big {
background-color: #d6d4d4;
}
}