Replace the wavy-bg with a line bg to avoid having to include stuff that doesn't have the MIT license directly in the repo

This commit is contained in:
Kevin MacMartin 2021-07-29 18:01:04 -04:00
parent 8600797752
commit f9a860a6d9
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1 @@
<svg width="250" height="10" xmlns="http://www.w3.org/2000/svg"><path style="fill:#f9f9f9;stroke-width:.477531" d="M0 4h250v2H0z"/></svg>

After

Width:  |  Height:  |  Size: 137 B

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="250" height="30" viewBox="0 0 1000 120"><path fill="#fff" d="M0 0h1000v120H0z"/><g fill="none" stroke="#f8f8f8" stroke-width="10"><path d="M-500 75s125-30 250-30S0 75 0 75s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/><path d="M-500 45s125-30 250-30S0 45 0 45s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 105s125-30 250-30S0 105 0 105s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/><path d="M-500 15s125-30 250-30S0 15 0 15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/><path d="M-500-15s125-30 250-30S0-15 0-15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 135s125-30 250-30S0 135 0 135s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30"/></g></svg>

Before

Width:  |  Height:  |  Size: 937 B

View file

@ -81,7 +81,7 @@ body {
left: 0px;
width: 100%;
height: 100%;
background-image: url("/img/dashboard/wavy-bg.svg");
background-image: url("/img/dashboard/line-bg.svg");
background-position: center top;
background-repeat: repeat;
}