6 lines
152 B
CSS
6 lines
152 B
CSS
@layer components {
|
|
.services > div > a {
|
|
background-image: linear-gradient(110deg, rgba(255,255,255,0.99) 0, rgba(255,255,255,0.88) 100%);
|
|
}
|
|
}
|