Skip to content

Commit

Permalink
add styling
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur committed Oct 10, 2024
1 parent 8a599a5 commit c277cef
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions fern/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,24 @@
left: 0;
width: 100%;
height: 100%;
}

#\/api-reference\/webhooks\/server-message\#request h3 + div:first-of-type > div:first-of-type {
display: none;
}

#\/api-reference\/webhooks\/server-message\#request h3 + div:first-of-type:before {
content: "This endpoint returns a message with the following payload:";
color: #0008059f;
font-size: .875rem;
}

#\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type > div:first-of-type {
display: none;
}

#\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type:before {
content: "This endpoint returns a message with the following payload:";
color: #0008059f;
font-size: .875rem;
}

0 comments on commit c277cef

Please sign in to comment.