Skip to content

Conversation

@c0b41
Copy link

@c0b41 c0b41 commented Oct 17, 2025

fixes #21

Copy link

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 To request another review, post a new comment with "/windsurf-review".

Comment on lines +23 to +30
@media (prefers-color-scheme: dark) {
:root {
--background-color: #1a1a1a;
--text-color: #c9c9c9;
--link-color: #8cce9f;
--code-background: #2d2d2d;
}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dark mode implementation is missing the --button-hover-color variable in the dark mode media query. This could lead to inconsistent styling when hovering over buttons in dark mode.

@c0b41
Copy link
Author

c0b41 commented Oct 17, 2025

@ameshkov can we merge this

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.

Dark theme

1 participant