mirror of
https://github.com/electricalice/minimal-ao3.git
synced 2026-03-11 08:55:26 +00:00
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:
parent
093259e511
commit
a94609104f
1 changed files with 8 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue