Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circuits.vcn.com to dynamic-theme-fixes.config #12687

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 6, 2024

  1. Add circuits.vcn.com to dynamic-theme-fixes.config

    This makes images on a site that my company uses for work more readable in dark mode. It also makes selection boxes readable. Since this is a private access website, I understand if this won't be accepted, but I'm not sure how to make the changes automatically apply when I open up the site for the first time without having to go into dev tools and apply them there. Other users of the site at my company would appreciate this very much, since not everyone is technical enough to figure this out. Let me know if you want pictures of how this looks in dark mode and light mode, or if you need anything else.
    ccwaddey committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2c6bf8c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Use darkreader variables and make select arrows visible.

    This uses darkreader variables for colors instead of hard coded ones and adds some CSS to make the select arrows visible in certain forms that otherwise are not visible in dark mode.
    ccwaddey committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6dcb319 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Improve CSS formatting

    alexanderby committed May 8, 2024
    Configuration menu
    Copy the full SHA
    54b5451 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Increase specificity of img inversion.

    This increases the specificity of the images to invert by only inverting those that are sourced from a graph-like url.
    ccwaddey committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d6075c6 View commit details
    Browse the repository at this point in the history