Skip to content

Commit

Permalink
fix position of codey (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers authored Jun 5, 2024
1 parent dc3b1c8 commit 4d27a47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 114 deletions.
109 changes: 0 additions & 109 deletions codey-greeting.svg

This file was deleted.

12 changes: 7 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -613,6 +611,10 @@ Callout styling
transform: scaleX(-1);
}

.callout.callout .callout-heading.empty > .callout-icon::before {
top: -7px;
}

/**
HTTP request types
*/
Expand Down Expand Up @@ -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;
}

0 comments on commit 4d27a47

Please sign in to comment.