Home Gen184 @ 2024-04-29-00:06

This commit is contained in:
Jonas Röger 2024-04-29 00:06:33 +02:00
parent bff01f777c
commit 39a711e818

View File

@ -16,7 +16,7 @@
border-radius: 15px; border-radius: 15px;
border-color: #33ccff; border-color: #33ccff;
/* border-image: linear-gradient(to right, #33ccff 20%, #ff99cc 50%); */ /* border-image: linear-gradient(to right, #33ccff 20%, #ff99cc 50%); */
border-image: linear-gradient(to right, blue, green) fill; border-image: linear-gradient(to right, blue, green) stretch;
border-width: 5px; border-width: 5px;
border-style: solid; border-style: solid;
background-color: rgba(0.23, 0.26, 0.32, 0.6); background-color: rgba(0.23, 0.26, 0.32, 0.6);