Dark mode for "Purchase game" menu.
Epic Games dark transaction screen by tas367
Details
Authortas367
LicenseNo License
Categoryepicgames
Created
Updated
Size611 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Epic Games dark transaction screen
@namespace https://github.com/tas367/UserStyles
@version 1.0.0
@description Epic Games dark transaction screen
@author Tas367
==/UserStyle== */
@-moz-document url-prefix("https://store.epicgames.com") {
:root {
--pmt-ui-color-bg-default: #000;
--pmt-ui-color-bg-paper: #111;
--pmt-ui-color-text-primary: #fff;
--pmt-ui-color-text-secondary: #fff;
}
.earn-reward {
color: #fff;
}
.payment-tip {
background-color: var(--pmt-ui-color-bg-default);
}
}