From a94609104f05f0e12eff72e5ec170109436eb553 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 19 Feb 2020 10:11:55 -0600 Subject: [PATCH] Preventing AO3 mobile from overriding dark background AO3 on mobile added some classes/styles that get declared or tagged on with their mobile theme after the custom skin get loaded in. These changes prevented that on when implemented on my profile. --- style-DARK.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/style-DARK.css b/style-DARK.css index 4a9e4a5..8097a4a 100644 --- a/style-DARK.css +++ b/style-DARK.css @@ -1,4 +1,5 @@ body, +body.javascript, th, tr:hover, col.name, @@ -821,6 +822,10 @@ dl.nomination { box-shadow: none; } +#outer.wrapper { + background-color: transparent !important; +} + h2, .system p#signup, #header h2 { @@ -1146,9 +1151,9 @@ input[name="post_button"]:hover { #footer { -background: #464E59 !important; -color: #eeeeee; -border-top: none !important; + background: #464E59 !important; + color: #eeeeee; + border-top: none !important; } #footer .heading, #footer ul, #footer ul.navigation a { color: #eeeeee !important;