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

Refactor CSS colours #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 6, 2021

  1. Refactor CSS colours

    The colours have been refactored into CSS variables,
    which also sport a dark mode variant.
    
    Colours are largely the same as before in light mode,
    with the exception of similar-ish colours used for the
    same purpose being coalesced into a single variable and thus colour,
    e.g. all the various colours in the #bbb-#ccc range
    being used for borders becoming part of the --borders
    variable.
    
    Signed-off-by: Janet Blackquill <uhhadd@gmail.com>
    pontaoski committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    05c0487 View commit details
    Browse the repository at this point in the history