diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-17 11:04:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-07-17 11:04:45 -0400 |
commit | 88517715a3551240ce87892950ec513235874857 (patch) | |
tree | 3acff409d2d28d39e416fcc5376ad66764776f51 /src | |
parent | da1eca369642a128d7c3608b3c5b45d61f05350a (diff) | |
download | SMAPI-88517715a3551240ce87892950ec513235874857.tar.gz SMAPI-88517715a3551240ce87892950ec513235874857.tar.bz2 SMAPI-88517715a3551240ce87892950ec513235874857.zip |
update image reference
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/main.css b/src/SMAPI.Web/wwwroot/Content/css/main.css index a0a407d8..79de9c39 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/main.css +++ b/src/SMAPI.Web/wwwroot/Content/css/main.css @@ -68,7 +68,7 @@ a { margin-top: 3em; min-height: 75%; width: 12em; - background: url("../images/sidebar-bg.gif") no-repeat top right; + background: url("../images/sidebar-bg.svg") no-repeat top right; color: #666; } |