Skip to content

Commit

Permalink
Set headers and text sizes to default
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Jul 24, 2024
1 parent 3332bcd commit 847dd76
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions packages/application/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

.rise-enabled .jp-InputArea pre {
font-size: 1.25rem;
font-size: 14px;
}

.rise-enabled .jp-InputPrompt {
Expand All @@ -217,7 +217,7 @@
}

.rise-enabled .jp-OutputArea pre {
font-size: 1.25rem;
font-size: 14px;
}

.rise-enabled .jp-OutputPrompt {
Expand Down Expand Up @@ -251,40 +251,24 @@
overflow-y: hidden;
}

.rise-enabled .jp-RenderedHTMLCommon p,
.rise-enabled .jp-RenderedHTMLCommon li,
.rise-enabled i {
font-size: 2.25rem;
}

/* Fix for issue 51 */
.rise-enabled .jp-RenderedHTMLCommon table + p {
font-size: 14px;
}

.rise-enabled .jp-RenderedHTMLCommon h1 {
font-size: 4.125rem;
font-weight: bold;
}

.rise-enabled .jp-RenderedHTMLCommon h2 {
font-size: 3.5rem;
font-weight: bold;
}

.rise-enabled .jp-RenderedHTMLCommon h3 {
font-size: 2.9rem;
font-weight: bold;
}

.rise-enabled .jp-RenderedHTMLCommon h4 {
font-size: 2.25rem;
font-weight: bold;
font-style: italic;
}

.rise-enabled .jp-RenderedHTMLCommon h5 {
font-size: 2rem;
font-weight: bold;
font-style: italic;
}
Expand Down

0 comments on commit 847dd76

Please sign in to comment.