Add !important to stats page rounded shadow

Otherwise themes override the color
This commit is contained in:
faucet 2022-08-19 23:32:05 +01:00 committed by GitHub
parent 883734e509
commit 588cfa91c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 1.4.3
@version 1.4.2
@description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)]
@updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css
@ -2911,7 +2911,7 @@ if themep == classic {
.rounded, .stats-rounded {
background-color: var(--bg)!important;
overflow: hidden;
box-shadow: 0 0 .25rem #000;
box-shadow: 0 0 .25rem #000!important;
}
.rounded tr:nth-child(2n), .stats-rounded tr:nth-child(2n) {
background-color: var(--bg-400)!important;