Skip to content

Style the theme toggle button to match site design #8

Description

@BharathASL

Problem

The theme toggle button (index.html line 173) is an unstyled browser-default button that visually clashes with the portfolio aesthetic. It is positioned via an inline <style> block and uses a text label instead of an icon.

Suggested Fix

  • Replace with a sun/moon icon toggle using Font Awesome (fa-sun / fa-moon)
  • Apply the .highlight.btn class for consistent theming
  • Move the inline <style> positioning into ui.scss
  • Optionally animate the icon swap on toggle

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions