-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Description
Describe the bug
The FAQ section currently includes a CSS link reference even though it is not required. This causes redundancy in the code and may lead to unnecessary stylesheet loading.
To Reproduce
Open the FAQ section in the project code.
Inspect the HTML structure.
Expected behavior
The FAQ section should not include its own CSS link if the stylesheet is already loaded globally. Styles should be managed through the main/global CSS files
Additional context
This issue might affect maintainability and cause duplication of CSS rules. Removing the unnecessary CSS link will improve performance and code clarity.
I am a contributor from GSsoc kindly assign me this issue.