From c277cef8ea10287d8dc0a27cc84d5aecfef88185 Mon Sep 17 00:00:00 2001 From: chdeskur Date: Thu, 10 Oct 2024 11:02:27 -0400 Subject: [PATCH] add styling --- fern/assets/styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/fern/assets/styles.css b/fern/assets/styles.css index 4e73186..bb564dd 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -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; } \ No newline at end of file