
@whimsical9158 I ran into this problem so if you use samsung your phone navigation bar will be white in ao3 if your device is set to dark theme. Add this on top of the code. It will fix the issue.
html, body {
background-color: #0d0e1f !important;
}
:root {
color-scheme: dark;
}
English






































