Skip to content

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 10, 2021
1 parent c356ec4 commit 7f4169e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/assets/plugins/code-block/code-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,15 @@
background: rgb(var(--sl-color-neutral-1000));
font: inherit;
font-size: 0.875rem;
text-transform: uppercase;
color: rgb(var(--sl-color-neutral-600));
padding: 0 0.5rem;
padding: 0 1rem;
cursor: pointer;
transition: none;
}

.code-block__button--codepen {
width: 5rem;
width: 6rem;
}

.code-block__button:first-of-type {
Expand Down

0 comments on commit 7f4169e

Please sign in to comment.