diff options
author | 2020-10-22 15:01:46 +1000 | |
---|---|---|
committer | 2020-10-22 15:01:46 +1000 | |
commit | 235abfd6db3f684bf4c87ef9f77015636fdca488 (patch) | |
tree | cdba03224a9cf60f3fe798cb07a17bcca76b2f57 /pydis_site/static/css/home | |
parent | Merge branch 'master' into frontpage-100k (diff) |
Use local svgs for wave elements.
Diffstat (limited to 'pydis_site/static/css/home')
-rw-r--r-- | pydis_site/static/css/home/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 67caf61c..9e36a51c 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -111,7 +111,7 @@ span.repo-language-dot.javascript { } .bottom-wave { - background: url(https://svgur.com/i/QVH.svg) repeat-x; + background: url(../../images/waves/wave_white.svg) repeat-x; position: absolute; bottom: 0; width: 6400px; @@ -126,7 +126,7 @@ span.repo-language-dot.javascript { } .wave { - background: url(https://svgur.com/i/QSd.svg) repeat-x; + background: url(../../images/waves/wave_dark.svg) repeat-x; position: absolute; bottom: 0; width: 6400px; |