fix stylelint and locales

This commit is contained in:
ogerly 2023-01-16 15:43:30 +01:00
parent 5c5ecc84e3
commit c0a889a5b3

View File

@ -10,8 +10,8 @@ body {
}
.bg-gradient {
background: rgb(4,112,6);
background: linear-gradient(90deg, rgba(4,112,6,1) 22%, rgba(197,141,56,1) 98%);
background: rgb(4 112 6);
background: linear-gradient(90deg, rgb(4 112 6 / 100%) 22%, rgb(197 141 56 / 100%) 98%);
color: white;
}