Skip to content

Commit

Permalink
Add border to details tag
Browse files Browse the repository at this point in the history
  • Loading branch information
semuelle committed Sep 28, 2023
1 parent 64fd75d commit 17be0f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,10 @@ a:hover.navbar__item{
border-left: 5px solid rgb(0, 0, 0);
background-color: rgba(0, 255, 0, 0.15);
}

/* Border around details */
details {
border: 1px solid;
border-radius: 4px;
padding: 10px;
}

0 comments on commit 17be0f7

Please sign in to comment.