feat admin: change gradient

This commit is contained in:
purple 2024-05-01 16:11:13 +02:00
parent dd522ccece
commit 94611f8426

View file

@ -116,7 +116,7 @@ tag[blue] {background-color:#288afb;}
aspect-ratio: 1/1;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
background: linear-gradient(90deg, rgba(10, 27, 48, 0.35) 0%, rgb(10, 27, 48) 100%);
background: linear-gradient(90deg, transparent -200%, #13171d 90%);
}
.byte-img {