Skip to content

Commit 47166a0

Browse files
chdeskurdsinghvi
authored andcommitted
update text
1 parent ec6b757 commit 47166a0

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

fern/assets/styles.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,30 @@
8080

8181
#\/api-reference\/webhooks\/server-message\#request h3 + div:first-of-type:before {
8282
content: "Vapi will make a request to your server with the following object:";
83-
color: #0008059f;
8483
font-size: .875rem;
8584
}
8685

86+
:is(.light) #\/api-reference\/webhooks\/server-message\#request h3 + div:first-of-type:before {
87+
color: #0008059f;
88+
}
89+
90+
:is(.dark) #\/api-reference\/webhooks\/server-message\#request h3 + div:first-of-type:before {
91+
color: #f6f5ffb6;
92+
}
93+
8794
#\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type > div:first-of-type {
8895
display: none;
8996
}
9097

9198
#\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type:before {
9299
content: "Vapi will make a request to your server with the following object:";
93-
color: #0008059f;
94100
font-size: .875rem;
101+
}
102+
103+
:is(.light) #\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type:before {
104+
color: #0008059f;
105+
}
106+
107+
:is(.dark) #\/api-reference\/webhooks\/client-message\#request h3 + div:first-of-type:before {
108+
color: #f6f5ffb6;
95109
}

0 commit comments

Comments
 (0)