Skip to content

Commit 291255b

Browse files
authored
Reduce tile button opacity to 30% to increase contrast
1 parent e03e5a4 commit 291255b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
278278
max-width: 12rem;
279279
font-size: 80%;
280280
border-radius: var(--btnsqr);
281-
background-color: rgba(var(--ctp-antiblue)/ 40%);
281+
background-color: rgba(var(--ctp-antiblue)/ 30%);
282282
color: var(--ctp-antitext);
283283
opacity: 1;
284284
font-weight: 600;
@@ -291,15 +291,15 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
291291
transition: box-shadow 200ms var(--slickease);
292292
margin: 0.3rem;
293293
border: none;
294-
box-shadow: 0 0 0 0 rgba(var(--ctp-antiblue)/ 40%);
294+
box-shadow: 0 0 0 0 rgba(var(--ctp-antiblue)/ 30%);
295295
min-width: 4rem;
296296
vertical-align: middle;
297297
text-align: center;
298298
white-space: nowrap;
299299
}
300300

301301
.tile .btn:hover {
302-
box-shadow: 0 0 0 2px rgba(var(--ctp-antiblue)/ 50%);
302+
box-shadow: 0 0 0 2px rgba(var(--ctp-antiblue)/ 30%);
303303
text-decoration: none;
304304
}
305305

0 commit comments

Comments
 (0)