I converted the FAQ to use Bootstrap 5. This means I added bslib to app.r and rewrote the HTML code in FAQ.html. I also removed all styling related to the FAQ in styles.css.
Nice! It's a nice default style, although some things are too subtle. Maybe we can change those?
[ ] it's hard to see on which page/tab you are. was clearer in previous version
[ ] the mouse-over-color-change of the "Browse" button is hard to see, too subtle
[ ] in the FAQ, the difference between text and the next header is very small. I'd like a bigger contrast between the FAQ accordion headers and the inside text
[ ] the "contact" page is very plain now the panel is gone
I converted the FAQ to use Bootstrap 5. This means I added
bslib
toapp.r
and rewrote the HTML code inFAQ.html
. I also removed all styling related to the FAQ instyles.css
.