many fixes

This commit is contained in:
sakrecoer 2020-08-05 10:48:20 +02:00
parent dff8261923
commit 704c288a79
21 changed files with 94 additions and 33 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -1,9 +1,12 @@
---
layout: nil
---
<?xml version="1.0" encoding="UTF-8"?>
<svg width="480" height="480" version="1.1" viewBox="0 0 127 127" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient857" x1="30.295" x2="30.295" y1="120.88" y2="63.5" gradientTransform="scale(3.7795)" gradientUnits="userSpaceOnUse">
<stop stop-color="#1f1729" offset="0"/>
<stop stop-color="#1f1729" stop-opacity="0" offset="1"/>
<stop stop-color="{{ site.bg }}" offset="0"/>
<stop stop-color="{{ site.bg }}" stop-opacity="0" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient5491" x1="-1.7764e-15" x2="-1.7764e-15" y1="127" y2="-7.1054e-15" gradientTransform="matrix(1 0 0 .8654 0 17.094)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient857"/>
</defs>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After