Skip to content

Commit

Permalink
Merge branch 'emqx:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored Sep 23, 2023
2 parents 80d0c68 + eebdb65 commit 3e39768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'release' && !github.event.release.prerelease
run: |
cd web
wget http://gosspublic.alicdn.com/ossutil/1.7.8/ossutil64
wget https://gosspublic.alicdn.com/ossutil/1.7.8/ossutil64
chmod 755 ./ossutil64
./ossutil64 config -e https://oss-accelerate.aliyuncs.com -i ${{ secrets.ALI_OSS_ACCESSKEY_ID }} -k ${{ secrets.ALI_OSS_ACCESSKEY_SECRET }} -L CH
./ossutil64 cp -r dist/ oss://emqx-io-docs/ -u
Expand Down
6 changes: 3 additions & 3 deletions src/assets/scss/theme/custom/prism-one-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
/* Border around popup */
.prism-previewer.prism-previewer:before,
.prism-previewer-gradient.prism-previewer-gradient div {
border-color: hsl(0, 0, 95%);
border-color: hsl(0, 0%, 95%);
}

/* Angle and time should remain as circles and are hence not included */
Expand All @@ -393,11 +393,11 @@ pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {

/* Triangles pointing to the code */
.prism-previewer.prism-previewer:after {
border-top-color: hsl(0, 0, 95%);
border-top-color: hsl(0, 0%, 95%);
}

.prism-previewer-flipped.prism-previewer-flipped.after {
border-bottom-color: hsl(0, 0, 95%);
border-bottom-color: hsl(0, 0%, 95%);
}

/* Background colour within the popup */
Expand Down

0 comments on commit 3e39768

Please sign in to comment.