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

v9.2.4-alpha.5: button css + header button #15

Merged
merged 2 commits into from
Apr 2, 2024
Merged

v9.2.4-alpha.5: button css + header button #15

merged 2 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. v9.2.4-alpha.5 fix: button css, emoji desc, feat: add header button

    * v9.2.4-alpha.5
    
    fix:
    
      - button css: rm [href] from a, causing inheritance/cascade issues
      - emoji descriptions
    
    feat: add header button
    
      - yay 11ty conf
    
    feat: enhance chromagen readout
    
    ```diff
    --- a/_includes/layouts/base.njk
    +++ b/_includes/layouts/base.njk
    - <summary>🎨
    +  <summary><span role="img" aria-label="palette">🎨</span>
    -  <span title="lighter">L+&nbsp;${colorScheme.lighter} </span>
    +  <span title="lighter">LR&nbsp;${colorScheme.lighter} </span>
    -  <span title="darker">D+&nbsp;${colorScheme.darker} </span>
    +  <span title="darker">DR&nbsp;${colorScheme.darker} </span>
    ```
    rdela committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    88b7251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b479e94 View commit details
    Browse the repository at this point in the history