fixed stylelint

This commit is contained in:
ogerly 2022-05-24 12:13:05 +02:00
parent 57c4c6ad06
commit 225eec36de

View File

@ -66,9 +66,9 @@ a,
letter-spacing: 0.05em;
color: #fff;
transition: all 0.5s ease;
background: rgb(97,97,97);
background: linear-gradient(135deg, rgba(180,180,180,1) 46%, rgba(180,180,180,1) 99%);
box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
background: rgb(97 97 97);
background: linear-gradient(135deg, rgb(180 180 180 / 100%) 46%, rgb(180 180 180 / 100%) 99%);
box-shadow: rgb(0 0 0 / 40%) 0 30px 90px;
border-radius: 26px;
}