Skip to content

Commit

Permalink
Added tinytext class to other themes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnd195 committed Jun 10, 2022
1 parent 066a20f commit 3a1afe6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions border.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ mark {
margin-right: 2px;
padding: 0px 4px 2px 4px;
}

/* || SECTION CLASS: tinytext */
/* new class that makes p, ul, and blockquote text smaller */
/* might be useful for the References slide, use <!-- _class: tinytext --> */
section.tinytext>p, section.tinytext>ul, section.tinytext>blockquote {
font-size: 0.65em;
}
8 changes: 8 additions & 0 deletions cobalt.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,11 @@ mark {
margin-right: 2px;
padding: 0px 4px 2px 4px;
}


/* || SECTION CLASS: tinytext */
/* new class that makes p, ul, and blockquote text smaller */
/* might be useful for the References slide, use <!-- _class: tinytext --> */
section.tinytext>p, section.tinytext>ul, section.tinytext>blockquote {
font-size: 0.65em;
}
7 changes: 7 additions & 0 deletions gradient.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ section.blue>a {
section.blue::after, section.blue>footer, section.blue>header {
color: #303ca6;
}

/* || SECTION CLASS: tinytext */
/* new class that makes p, ul, and blockquote text smaller */
/* might be useful for the References slide, use <!-- _class: tinytext --> */
section.tinytext>p, section.tinytext>ul, section.tinytext>blockquote {
font-size: 0.65em;
}

0 comments on commit 3a1afe6

Please sign in to comment.