Skip to content

Commit

Permalink
💄 [#1924] Dark SDK snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 18, 2022
1 parent 205e774 commit fd62fe3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/openforms/scss/components/admin/_sdk-snippet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
display: inline-block;
padding-top: 10px;
padding-bottom: 10px;
background-color: #efefef;
background-color: var(--form-input-bg);
border-style: solid;
border-width: thin;
border-color: var(--border-color);

pre {
font-size: 100%;
margin-bottom: 0;
color: var(--body-fg);
}
}

Expand Down

0 comments on commit fd62fe3

Please sign in to comment.