Darkly Theme on mobile has display issues #1258
-
See the anomaly in the text box. Can anyone else confirm this? |
Beta Was this translation helpful? Give feedback.
Answered by
pglombardo
Jul 22, 2023
Replies: 1 comment
-
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;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pglombardo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: