From 786723faefb229c5343d89d7978ca747deca650f Mon Sep 17 00:00:00 2001 From: FrostyBiscuit Date: Wed, 19 Feb 2025 19:29:27 +0100 Subject: Added support for next.nexusmods.com (beta) --- styles/websites/nexusmods.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'styles') diff --git a/styles/websites/nexusmods.css b/styles/websites/nexusmods.css index 0f56b77..6693b61 100644 --- a/styles/websites/nexusmods.css +++ b/styles/websites/nexusmods.css @@ -116,3 +116,37 @@ header#head { .tooltipster-base { background-color: var(--color-bg) !important; } + +/* Adaptions for the next.nexusmods.com beta */ +header.bg-surface-base { + background: var(--transparent-background-darker) !important; + + > .bg-surface-base { + background: none !important; + } + + .bg-surface-low { + background-color: var(--transparent-background-darker); + backdrop-filter: var(--backdrop-blur); + } +} + +#mainContent { + > [class="relative"] { + > .absolute, + > .to-surface-base { + display: none !important; + } + + > .next-container-fluid { + .sticky { + background-color: transparent; + backdrop-filter: none; + } + } + } + + .clearfix { + background: none !important; + } +} -- cgit v1.2.3