Skip to content

Commit e03e5a4

Browse files
authored
reduce button colour opacity for increased contrast
1 parent 4f72f54 commit e03e5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 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)/ 50%);
281+
background-color: rgba(var(--ctp-antiblue)/ 40%);
282282
color: var(--ctp-antitext);
283283
opacity: 1;
284284
font-weight: 600;
@@ -291,7 +291,7 @@ 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)/ 50%);
294+
box-shadow: 0 0 0 0 rgba(var(--ctp-antiblue)/ 40%);
295295
min-width: 4rem;
296296
vertical-align: middle;
297297
text-align: center;

0 commit comments

Comments
 (0)