You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @anuragverma108 . This issue reports that the CSS file for the login page (login.css) is not loading correctly.
The current path specified in login.html is: href="login.css"
However, the correct path should be: href="./assets/css/login.css"
This discrepancy is causing the CSS to not be applied to the login page.
In addremovebook.html also the css file is not connected properly.
please add the gssoc labels and I would like to work on it under GSSOC'24. Thank you!!
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Make sure to attach before & after screenshots in your PR. Also, star the repo before working on it. While creating your PR, ensure you pull all existing changes beforehand to avoid conflicts.
Is there an existing issue for this?
What happened?
Hey @anuragverma108 . This issue reports that the CSS file for the login page (login.css) is not loading correctly.
The current path specified in login.html is: href="login.css"
However, the correct path should be: href="./assets/css/login.css"
This discrepancy is causing the CSS to not be applied to the login page.
In addremovebook.html also the css file is not connected properly.
please add the gssoc labels and I would like to work on it under GSSOC'24. Thank you!!
Record
The text was updated successfully, but these errors were encountered: