4 lines
179 B
CSS
4 lines
179 B
CSS
|
input[type="radio"]:checked ~ .app-item {
|
||
|
--tw-shadow: 0 10px 15px -3px rgb(22 78 99 / 0.3), 0 4px 6px -4px rgb(22 78 99 / 0.3);
|
||
|
background-color: rgb(76 233 14 / 0.15);
|
||
|
}
|