Merge branch 'master' into feature/1521_Support_Tray_Menus

This commit is contained in:
Lea Anthony 2022-10-13 20:11:11 +11:00 committed by GitHub
commit 97ca8387af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 10 deletions

View file

@ -23,10 +23,12 @@ jobs:
SPONSORKIT_GITHUB_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
SPONSORKIT_GITHUB_LOGIN: wailsapp
- name: Commit
uses: EndBug/add-and-commit@v4
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
message: "chore: update sponsors.svg"
add: "website/static/img/sponsors.svg"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update sponsors.svg"
add-paths: "website/static/img/sponsors.svg"
title: Update Sponsor Image
body: Generated new image
branch: update-sponsors
delete-branch: true

View file

@ -32,6 +32,7 @@ html[data-theme="light"] .button--secondary {
--ifm-button-color: white;
--ifm-container-width-xl: 95%;
--ifm-font-color-base-inverse: #df0000;
--docusaurus-highlighted-code-line-bg: #8888;
}
.docusaurus-highlight-code-line {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Before After
Before After