Skip to content

Commit

Permalink
Fix bold unset (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg authored Oct 15, 2023
1 parent 256f370 commit 1a37943
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions js/src/styles/jupyter-lab-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14511,19 +14511,19 @@ body {
font-family: var(--jp-ui-font-family);
}

// MKDOCS_CHANGE: Remove this so it uses theme defaults
// MKDOCS_CHANGE: Remove these ones so it uses theme defaults
// p {
// margin-top: unset;
// margin-bottom: unset;
// }

small {
font-size: unset;
}
// small {
// font-size: unset;
// }

strong {
font-weight: unset;
}
// strong {
// font-weight: unset;
// }

/* Override Blueprint's _typography.scss styles */
// MKDOCS_CHANGE: Remove this so it uses theme defaults
Expand Down

0 comments on commit 1a37943

Please sign in to comment.