diff --git a/.github/workflows/prettier-bot.yml b/.github/workflows/prettier-bot.yml index 232fe0a..b6abd44 100644 --- a/.github/workflows/prettier-bot.yml +++ b/.github/workflows/prettier-bot.yml @@ -1,21 +1,21 @@ on: [push] jobs: - prettier: - runs-on: ubuntu-latest - name: prettier-bot - steps: - - uses: actions/checkout@v3 - - name: Tree - uses: RavelloH/prettier-bot@v1.0.1 - - name: commit - continue-on-error: True - run: | - git init - git pull - git config --local user.email "dr_hamilton@foxmail.com" - git config --local user.name "Ravello-H" - git add . - git commit -m "[Prettier-bot]`date '+%Y-%m-%d %H:%M:%S'`" || exit - git status - git push -f + prettier: + runs-on: ubuntu-latest + name: prettier-bot + steps: + - uses: actions/checkout@v3 + - name: Tree + uses: RavelloH/prettier-bot@v1.0.1 + - name: commit + continue-on-error: True + run: | + git init + git pull + git config --local user.email "dr_hamilton@foxmail.com" + git config --local user.name "Ravello-H" + git add . + git commit -m "[Prettier-bot]`date '+%Y-%m-%d %H:%M:%S'`" || exit + git status + git push -f diff --git a/src/assets/css/Comment.css b/src/assets/css/Comment.css index 4f2843c..6dd54a1 100644 --- a/src/assets/css/Comment.css +++ b/src/assets/css/Comment.css @@ -7,18 +7,8 @@ textarea#comment-textarea { background-color: #111111; color: #c6c9ce; font-size: 1em; - font-family: - system-ui, - -apple-system, - BlinkMacSystemFont, - 'Segoe UI', - Roboto, - Oxygen, - Ubuntu, - Cantarell, - 'Open Sans', - 'Helvetica Neue', - sans-serif; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, + Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #comment-title {