Skip to content

fix: remove misplaced CSS block from index.html#1407

Open
Vrajcoding wants to merge 1 commit into
aryandas2911:mainfrom
Vrajcoding:bug/#1339
Open

fix: remove misplaced CSS block from index.html#1407
Vrajcoding wants to merge 1 commit into
aryandas2911:mainfrom
Vrajcoding:bug/#1339

Conversation

@Vrajcoding
Copy link
Copy Markdown

Description

Removed misplaced CSS block from index.html that was placed outside
the closing </html> tag, causing raw CSS code to render as visible
plain text at the bottom of the webpage instead of being applied as styles.

Related Issue

Closes #

Changes Made

  • Removed misplaced CSS block from index.html that was outside </html> tag
  • Cleaned up index.html to contain only valid HTML structure

Screenshots (if UI changes)

Before:
afterthe-bug

After:
beforethe-bug

Checklist

  • I have read CONTRIBUTING.md
  • My branch follows the naming convention
  • I have tested this locally
  • Linting passes (npm run lint in frontend/)
  • No unrelated files were modified
  • Screenshots are attached (if UI change)

CSS code was placed outside the closing </html> tag, causing it
to render as plain text on the webpage instead of being applied
as styles. Removed the misplaced block as styles are handled
via component-level CSS imports.

Fixes aryandas2911#1139
@Vrajcoding Vrajcoding marked this pull request as draft June 1, 2026 12:21
@Vrajcoding Vrajcoding marked this pull request as ready for review June 1, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant