diff --git a/codey-greeting.svg b/codey-greeting.svg deleted file mode 100644 index 25a2401..0000000 --- a/codey-greeting.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/style.css b/style.css index e60f9b9..b75bb4d 100644 --- a/style.css +++ b/style.css @@ -599,9 +599,7 @@ Callout styling #4b3cff 99.26% ) !important; box-shadow: 0.125em 1000px 1px #101014 inset; - --icon: url("https://res.cloudinary.com/deepgram/image/upload/v1717523786/devex/codey-greeting_rekqe1.svg"); - --emoji: unset; } @@ -613,6 +611,10 @@ Callout styling transform: scaleX(-1); } +.callout.callout .callout-heading.empty > .callout-icon::before { + top: -7px; +} + /** HTTP request types */ @@ -748,16 +750,16 @@ body .rm-Sidebar-link[href="/reference/streaming"]::after { Enlarged image background */ span.lightbox-inner { - background-color: #000; + background-color: #000; } /** Make inputs visible on api docs */ .rm-ParamContainer .Input { - border: 1px solid #505050; + border: 1px solid #505050; } .rm-ParamContainer .Select { - border: 1px solid #505050; + border: 1px solid #505050; }