Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
style: add a variable for the display of the shadowed code element
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Mar 3, 2019
1 parent 9460dcb commit e00a3ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ div.deckgo-highlight-code-container {
font-size: var(--deckgo-highlight-code-font-size);
font-family: var(--deckgo-highlight-code-font-family, monospace);

display: var(--deckgo-highlight-code-display, block);

div:empty {
min-height: 1rem;
}
Expand Down

0 comments on commit e00a3ea

Please sign in to comment.