Skip to content

Commit

Permalink
💄 Style: modify watermark opacity to 1.25% for exmaple site
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Mar 14, 2022
1 parent 93c77a0 commit f697da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ enableEmoji = true
# 水印内容 (允许 HTML 格式)
content = '<img class="fixit-icon" src="/images/fixit.svg" alt="FixIt logo" /> FixIt 主题'
# 水印透明度
opacity = 0.02
opacity = 0.0125
# 单水印高度 单位:px
height = 21

Expand Down Expand Up @@ -943,7 +943,7 @@ enableEmoji = true
content = '<img class="fixit-icon" src="/images/fixit.svg" alt="FixIt logo" /> FixIt Theme'
# watermark's transparency
# 水印透明度
opacity = 0.02
opacity = 0.0125
# parent of watermark's container
# 水印父节点
appendTo = '.wrapper>main'
Expand Down

0 comments on commit f697da6

Please sign in to comment.