19 lines
505 B
CSS
19 lines
505 B
CSS
.dark #topbar-cta-button > a > span {
|
|
box-shadow:
|
|
0px -13px 25px -5px #6100f299 inset,
|
|
0px 3px 15px -5px #6100f2 inset,
|
|
0px -2px 6px 0px #b27fff59 inset,
|
|
0px 3px 10px 2px #00000040,
|
|
0px 2px 0px 1px #661ecfb2 inset !important;
|
|
|
|
background-color: #1f004d;
|
|
|
|
border: 1px solid #661ecf;
|
|
}
|
|
|
|
/* Hide auto-generated OpenAPI sections (Authorizations, Headers, Body, Response) */
|
|
/* These sections are wrapped in div.api-section with h4 headings */
|
|
.prose > .api-section {
|
|
display: none !important;
|
|
}
|