Skip to content

Commit

Permalink
feat: re-style collapsible css
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Nov 3, 2024
1 parent 1f0ba2f commit d349c47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/css/partials/_collapsible.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
//The link which when clicked opens the collapsable area
.Collapsible__trigger {
display: block;
font-weight: 900;
font-weight: 600;
text-decoration: none;
position: relative;
border: 1px solid white;
padding: 10px;
background: grey;
color: white;
padding: 8px;
background: rgb(207, 207, 207);
color: rgb(83, 82, 82);

&:after {
font-family: 'Font Awesome\ 5 Free';
Expand Down

0 comments on commit d349c47

Please sign in to comment.