Skip to content

Commit abd9dd5

Browse files
committed
more apparent border and highlight
1 parent 652bc52 commit abd9dd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/list-pages.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ ads-card.path-card.featured-path-card ads-card-content::before {
214214
position: absolute;
215215
inset: 0;
216216
border-radius: 10px;
217-
padding: 1.5px;
217+
padding: 3px;
218218
background: linear-gradient(135deg,
219219
var(--arm-green) 0%,
220220
var(--arm-green) 50%,
@@ -226,7 +226,7 @@ ads-card.path-card.featured-path-card ads-card-content::before {
226226
-webkit-mask-composite: xor;
227227
mask-composite: exclude;
228228
pointer-events: none;
229-
opacity: 0.42;
229+
opacity: 0.4;
230230
transition: opacity 0.3s ease-in-out;
231231
}
232232

0 commit comments

Comments
 (0)