wip: first try at svg background

This commit is contained in:
Kazhnuz Klappsthul 2023-10-28 09:05:07 +02:00
parent 3e1d26b32e
commit eca794983b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
}
#page-header {
background: get-color("skyblue") url('img/background.png');
background: get-color("skyblue") url('data: image/svg+xml;utf8,<svg width="800" height="300" xmlns="http://www.w3.org/2000/svg"><circle cx="420" cy="440" r="300" fill="#FDF7E7" /><circle cx="700" cy="510" r="300" fill="#FDF7E7" /><circle cx="-100" cy="510" r="300" fill="#FDF7E7" /><circle cx="150" cy="380" r="150" fill="#FDF7E7" /></svg>');
border-top: 6px solid get-color("dark");
background-position: bottom center;
background-repeat: repeat-x;