Skip to content

Commit

Permalink
修改图片路径
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhua committed Mar 4, 2022
1 parent be27a1c commit 84a723d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/css/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -5673,8 +5673,8 @@ body {
padding: 28px 110px;
font-size: 18px;
color: var(--routine);
background: url(/themes/Joe2.0/source/img/t_left.png) 0/90px auto,
url(/themes/Joe2.0/source/img/t_right.png) 100%/90px auto;
background: url(../../img/t_left.png) 0/90px auto,
url(../../img/t_right.png) 100%/90px auto;
background-repeat: no-repeat;
filter: grayscale(1);
}
Expand Down
2 changes: 1 addition & 1 deletion source/css/min/global.min.css

Large diffs are not rendered by default.

0 comments on commit 84a723d

Please sign in to comment.