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

Introducing new high contrast themes #2522

Merged
merged 4 commits into from
Feb 24, 2023
Merged

Introducing new high contrast themes #2522

merged 4 commits into from
Feb 24, 2023

Commits on Feb 11, 2023

  1. Using a new function to retrieve CSS values from classes

    - create a new function to access CSS values, even if not directly used on the page;
    - remove the empty harcoded HTML `<span>` placeholders used only to source the colors from CSS classes
    
    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    aa5068b View commit details
    Browse the repository at this point in the history
  2. Adding the new themes to the web interface settings

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    f59f587 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Preparing PHP and javascript files for the new themes

    - change HTML header code
    - add new class to Pi-hole logo
    - add new classes to auditlog buttons
    - add new classes to query log and long-term query log buttons
    
    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c74162e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add CSS for two new high-contrast themes

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ae94c34 View commit details
    Browse the repository at this point in the history