We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652bc52 commit abd9dd5Copy full SHA for abd9dd5
1 file changed
assets/css/list-pages.css
@@ -214,7 +214,7 @@ ads-card.path-card.featured-path-card ads-card-content::before {
214
position: absolute;
215
inset: 0;
216
border-radius: 10px;
217
- padding: 1.5px;
+ padding: 3px;
218
background: linear-gradient(135deg,
219
var(--arm-green) 0%,
220
var(--arm-green) 50%,
@@ -226,7 +226,7 @@ ads-card.path-card.featured-path-card ads-card-content::before {
226
-webkit-mask-composite: xor;
227
mask-composite: exclude;
228
pointer-events: none;
229
- opacity: 0.42;
+ opacity: 0.4;
230
transition: opacity 0.3s ease-in-out;
231
}
232
0 commit comments