1
0
Fork 0

fix for seamonkey

doesn't support image-set()
This commit is contained in:
Rhiannon Morris 2023-11-16 04:47:30 +01:00
parent 8d23f7646d
commit 2d5b9aa618
1 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,18 @@
--link-color: hsl(196deg, 100%, 85%);
--hover-color: hsl(50deg, 100%, 82%);
/* for seamonkey ☺ */
background:
url(media/bg.png)
top center fixed,
linear-gradient(135deg,
hsl(42deg, 92%, 70%),
hsl(348deg, 92%, 70%),
hsl(334deg, 100%, 80%),
hsl(234deg, 100%, 76%),
hsl(195deg, 100%, 67%),
hsl(155deg, 70%, 62%)
) fixed;
background:
-webkit-image-set(url(media/bg.png) 1x,
url(media/bg_2x.png) 2x)