Skip to content

Dark mode support#22

Open
c0b41 wants to merge 1 commit intoAdguardTeam:masterfrom
c0b41:master
Open

Dark mode support#22
c0b41 wants to merge 1 commit intoAdguardTeam:masterfrom
c0b41:master

Conversation

@c0b41
Copy link
Copy Markdown

@c0b41 c0b41 commented Oct 17, 2025

fixes #21

Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown
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