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.
This commit is contained in:
Matt 2020-02-19 10:11:55 -06:00 committed by GitHub
parent 093259e511
commit a94609104f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;