Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
Saabbir committed May 3, 2024
1 parent f6a31b3 commit 208d41b
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions assets/scss/03-components/_nuxt-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,18 +158,21 @@
}
}

pre[class*="language-"] {
margin-top: 0 !important;
}
.c-code-wrapper {
pre[class*="language-"] {
margin-top: 0 !important;
}

.c-code-wrapper__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: rem(8px) rem(16px);
background: #393e46;
}
&__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: rem(8px) rem(16px);
background: #393e46;
color: #e0e0e0;
}

.c-code-wrapper__copy {
cursor: pointer;
&__copy {
cursor: pointer;
}
}

0 comments on commit 208d41b

Please sign in to comment.