Skip to content

Commit

Permalink
Make input visible on API Docs (#22)
Browse files Browse the repository at this point in the history
* Update style.css

* Update style.css
  • Loading branch information
DamienDeepgram authored Sep 7, 2023
1 parent 5cf4c0f commit 219accb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,14 @@ Enlarged image background
span.lightbox-inner {
background-color: #000;
}

/**
Make inputs visible on api docs
*/
.rm-ParamContainer .Input {
border: 1px solid #505050;
}

.rm-ParamContainer .Select {
border: 1px solid #505050;
}

0 comments on commit 219accb

Please sign in to comment.