Skip to content

Commit

Permalink
Updated custom docusaurus css
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed May 20, 2024
1 parent 9d27636 commit 8d2cec3
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ h1, h2, h3 {
}

/* Embedded code editor */
.sp-wrapper .sp-preview-iframe,
.sp-wrapper .sp-preview-container {
border-radius: 0;
background-color: transparent;
}

.prism-code {
text-align: left;
}
Expand All @@ -128,19 +134,3 @@ h1, h2, h3 {
background-color: #00000012;
border-radius: 10px;
}

[data-theme='dark'] {
.platform-selector {
background-color: #ffffff12;
}
}

.sp-wrapper .sp-preview-container {
border-radius: 0;
background-color: transparent;
}

.sp-wrapper .sp-preview-iframe {
border-radius: 0;
background-color: transparent;
}

0 comments on commit 8d2cec3

Please sign in to comment.