Skip to content

Commit 8ca2835

Browse files
committed
Cut <style> tag from README
1 parent 36bf37a commit 8ca2835

File tree

1 file changed

+0
-93
lines changed

1 file changed

+0
-93
lines changed

README.md

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -641,96 +641,3 @@ While we value open-source contributions to this SDK, this library is generated
641641
We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.
642642

643643
### SDK Created by [Speakeasy](https://www.speakeasy.com/?utm_source=@kombo-api/sdk&utm_campaign=typescript)
644-
645-
<style>
646-
:root {
647-
--badge-gray-bg: #f3f4f6;
648-
--badge-gray-border: #d1d5db;
649-
--badge-gray-text: #374151;
650-
--badge-blue-bg: #eff6ff;
651-
--badge-blue-border: #3b82f6;
652-
--badge-blue-text: #3b82f6;
653-
}
654-
655-
@media (prefers-color-scheme: dark) {
656-
:root {
657-
--badge-gray-bg: #374151;
658-
--badge-gray-border: #4b5563;
659-
--badge-gray-text: #f3f4f6;
660-
--badge-blue-bg: #1e3a8a;
661-
--badge-blue-border: #3b82f6;
662-
--badge-blue-text: #93c5fd;
663-
}
664-
}
665-
666-
h1 {
667-
border-bottom: none !important;
668-
margin-bottom: 4px;
669-
margin-top: 0;
670-
letter-spacing: 0.5px;
671-
font-weight: 600;
672-
}
673-
674-
.badge-text {
675-
letter-spacing: 1px;
676-
font-weight: 300;
677-
}
678-
679-
.badge-container {
680-
display: inline-flex;
681-
align-items: center;
682-
background: var(--badge-gray-bg);
683-
border: 1px solid var(--badge-gray-border);
684-
border-radius: 6px;
685-
overflow: hidden;
686-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
687-
font-size: 11px;
688-
text-decoration: none;
689-
vertical-align: middle;
690-
}
691-
692-
.badge-container.blue {
693-
background: var(--badge-blue-bg);
694-
border-color: var(--badge-blue-border);
695-
}
696-
697-
.badge-icon-section {
698-
padding: 4px 8px;
699-
border-right: 1px solid var(--badge-gray-border);
700-
display: flex;
701-
align-items: center;
702-
}
703-
704-
.badge-text-section {
705-
padding: 4px 10px;
706-
color: var(--badge-gray-text);
707-
font-weight: 400;
708-
}
709-
710-
.badge-container.blue .badge-text-section {
711-
color: var(--badge-blue-text);
712-
}
713-
714-
.badge-link {
715-
text-decoration: none;
716-
margin-left: 8px;
717-
display: inline-flex;
718-
vertical-align: middle;
719-
}
720-
721-
.badge-link:hover {
722-
text-decoration: none;
723-
}
724-
725-
.badge-link:first-child {
726-
margin-left: 0;
727-
}
728-
729-
.badge-icon-section svg {
730-
color: var(--badge-gray-text);
731-
}
732-
733-
.badge-container.blue .badge-icon-section svg {
734-
color: var(--badge-blue-text);
735-
}
736-
</style>

0 commit comments

Comments
 (0)