Skip to content

The FAQ section does have a css link included #557

@anju6814

Description

@anju6814

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions