Open
Description
Expected results
For each page, I would like to know:
- which file do I have to edit to change this page
- without breaking other pages
Actual results
- not clear which file is used where, unclear names like "custom.css"
- CSS is replaced by JavaScript
Implementation/Solution Ideas
I would like to have
- one css file per page
- one css file with the proposed design from the UI guidelines
Related
- A discussion about how this issue spreads through the game enhancement for play/pause of audio #695 (comment)
- An example of how hard it is to find the causes of the css behavior https://github.com/fossasia/labyrinth/pull/710/files#r165946691
- https://ilikekillnerds.com/2015/10/css-in-js-its-a-trap/