Closed iTitus closed 4 months ago
Did the CSS not work on all pages, or just the answer question pages?
Did the CSS not work on all pages, or just the answer question pages?
It did not work on all routes that are not at the top level, like /question/:id
or /question-set/:id
.
The problem was that resource paths were all relative, I made them absolute by adding a
/
.I also added the
<!DOCTYPE html>
prefix and fixed the grouping into head and body because Firefox was warning about it.Before:
After: