Skip to content

Commit

Permalink
Toevoegen api link in style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KoopReynders authored Feb 2, 2025
1 parent 64be83a commit bc1d1a5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,27 @@ p+p {
p, caption {
max-width: 80ch;
}


/* API link */
a.api-endpoint {
border: 1px solid var(--green);
font-size: .8rem;
/* text-decoration:underline; */
padding-bottom: 0;
border-radius: 0;
/* position: absolute; */
/* top: 3.2rem; */
/* right: 1.8rem; */
margin: 2rem auto;
}
a.api-endpoint span{
display: none;
}
a.api-endpoint:hover,
a.api-endpoint:focus {
background-color: var(--green);
text-decoration: none;
color: var(--blue);
}

0 comments on commit bc1d1a5

Please sign in to comment.