Skip to content

Commit

Permalink
Fix dataframe styling in slideshow
Browse files Browse the repository at this point in the history
  • Loading branch information
briank-git committed Jul 24, 2024
1 parent d3bff9b commit 3332bcd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions packages/application/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
chalkboard options */
}

.rise-enabled .reveal table th,
.rise-enabled .reveal table td {
border-bottom: none;
}

/* do not apply this on the <body> tag */
:not(body).rise-enabled {
background-color: #fff;
Expand Down Expand Up @@ -252,6 +257,11 @@
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;
Expand Down Expand Up @@ -412,11 +422,6 @@
left: 7em !important;
}

/* fix for issue #425 */
.rise-enabled .jp-RenderedHTMLCommon table {
font-size: 75%;
}

/* fix for reveal dark themes */
body.rise-enabled.theme-black
div.jp-RenderedHTMLCommon
Expand Down

0 comments on commit 3332bcd

Please sign in to comment.