summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-07-17 11:05:44 -0400
committerGitHub <noreply@github.com>2022-07-17 11:05:44 -0400
commitb30281774c7f6c1bdd5b0bec5fbb62b66a49fad3 (patch)
tree3acff409d2d28d39e416fcc5376ad66764776f51 /src/SMAPI.Web/wwwroot/Content/css
parent830d2c57cc4f02d0dbc9504bde641a0c3c412234 (diff)
parent88517715a3551240ce87892950ec513235874857 (diff)
downloadSMAPI-b30281774c7f6c1bdd5b0bec5fbb62b66a49fad3.tar.gz
SMAPI-b30281774c7f6c1bdd5b0bec5fbb62b66a49fad3.tar.bz2
SMAPI-b30281774c7f6c1bdd5b0bec5fbb62b66a49fad3.zip
Merge pull request #859 from ishanjalan/svg-sidebar
Replace web sidebar GIF with SVG
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/main.css2
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;
}