I currently have a project folder as shown:
PROJECT
- static
- base.css
- login.css
- templates
- base.html
- login.html
I would like login.html to extend base.css (which I have figured out how to do it) but my problem is how to link login.css to this html file without it overriding base.css.