Skip to content

Commit f5376fb

Browse files
committed
Create compact pre rule.
1 parent 70b644f commit f5376fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/theme/night.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ body {
3535

3636
.reveal pre {
3737
font-size: 1em;
38-
line-height: 1.4em;
38+
line-height: 1.3em;
3939
font-family: 'Inconsolata', monospace;
4040
}
4141

42+
.reveal pre.compact {
43+
font-size: .8em;
44+
}
45+
4246
.reveal pre code {
4347
padding: 0 .4em;
4448
font-family: 'Inconsolata', monospace;

0 commit comments

Comments
 (0)