fix stylelint

This commit is contained in:
ogerly 2023-01-02 17:16:48 +01:00
parent 051504ec51
commit e16af5a0fc

View File

@ -10,15 +10,17 @@ body {
}
.bg-gradient {
background: rgb(4,112,6);
background: linear-gradient(90deg, rgba(4,112,6,1) 73%, rgba(197,141,56,1) 100%);
background: rgb(4 112 6);
background: linear-gradient(90deg, rgb(4 112 6 / 100%) 73%, rgb(197 141 56 / 100%) 100%);
color: white;
}
}
.hover-icon:hover {
background-color: rgb(220 216 217);
border-radius: 29px;
padding: 1px;
}
.word-break {
word-break: break-word;
}