Skip to content

fix: remove stray CSS appended after </html> in index.html#1455

Open
riddhi-a23 wants to merge 1 commit into
aryandas2911:mainfrom
riddhi-a23:fix/remove-stray-css-index-html
Open

fix: remove stray CSS appended after </html> in index.html#1455
riddhi-a23 wants to merge 1 commit into
aryandas2911:mainfrom
riddhi-a23:fix/remove-stray-css-index-html

Conversation

@riddhi-a23
Copy link
Copy Markdown

Changes

  • Removed stray CSS block appended after closing </html> tag in frontend/index.html

Fixes

Closes #1415

Why

The CSS was being rendered as visible plain text at the bottom of every
page. It is also redundant as Navbar.jsx uses Tailwind classes exclusively.

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.

fix: Remove stray CSS appended after </html> in index.html causing visible text on page

1 participant