Skip to content

Commit

Permalink
Match font sizes to heading hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 13, 2022
1 parent a6761d7 commit 733693c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/settingeditor/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@ ul.jp-PluginList li.jp-mod-selected span.jp-PluginList-icon.jp-FileIcon {
}

.jp-SettingsPanel p {
font-size: var(--jp-content-font-size2);
font-size: var(--jp-content-font-size1);
margin: 0.5em;
}

.jp-SettingsPanel legend {
font-size: var(--jp-content-font-size3);
font-size: var(--jp-content-font-size2);
color: var(--jp-ui-font-color0);
flex-basis: 100%;
padding: 0.5em;
Expand Down

0 comments on commit 733693c

Please sign in to comment.