Skip to content

[feature request] add dark mode #4

@cggjaicf

Description

@cggjaicf

Is your feature request related to a problem? Please describe.
I visited your site and my eyes are burning.

Describe the solution you'd like

@media (prefers-color-scheme: dark) {
  :root {
    --color-black: white;
    --color-white: black;
    --color-voca-bg: black;
    --color-voca-fg: white;
    --color-voca-border: white;
  }
}

Describe alternatives you've considered
Creating a violentmonkey script that inserts it.

Additional context
please add my eyes are burning

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