Skip to content

Darkly Theme on mobile has display issues #1258

Answered by pglombardo
CBB3810 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @CBB3810 - confirmed. The password delivery page also doesn't display correctly since the password and background are both white. These are unfortunate side affects with these themes taken directly from the bootswatch project.

I created #1267 to track. I'm not sure when and how I'll fix this (without changing the packaged themes) but in the meantime you could add custom CSS overrides to fix.

The following custom CSS would likely fix these issues:

#the-count {
  color: black;
}

#push-payload {
  color: black;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pglombardo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants