Skip to content

Instantly share code, notes, and snippets.

@jarrodek
Created August 8, 2017 17:00
Show Gist options
  • Save jarrodek/f721d14904ef9aa37fd3ea3e3ded5877 to your computer and use it in GitHub Desktop.
Save jarrodek/f721d14904ef9aa37fd3ea3e3ded5877 to your computer and use it in GitHub Desktop.
API console styles example
<style is="custom-style">
:root {
--arc-color-primary: pink; /* overrides: --primary-color: var(--arc-color-primary, #00a2df); */
--arc-font-family: Verdana; /* overrides: --arc-font-common-base and therefore all fonts definitions */
--arc-request-panel: {
/* Applied to whole reqiuest panel, after applying default styling that can be changed here */
margin-bottom: 120px;
}
/* and so on with other styles */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment