summaryrefslogtreecommitdiff
path: root/reveal.js/dist/theme
diff options
context:
space:
mode:
authorSimeon Simeonov2021-02-25 14:11:18 +0100
committerSimeon Simeonov2021-02-25 14:11:18 +0100
commit9c6854707d2f3fd0866e82560ce95d1a87e2d794 (patch)
tree290bca71266e9fb9913870cc9576035abab4d961 /reveal.js/dist/theme
parentdecc91569d1971c0cac0fb1c3a5f556a5b53cd7d (diff)
Make last moment adjustments
Diffstat (limited to 'reveal.js/dist/theme')
-rw-r--r--reveal.js/dist/theme/fifty.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/reveal.js/dist/theme/fifty.css b/reveal.js/dist/theme/fifty.css
index a55b3c2..5f5ab00 100644
--- a/reveal.js/dist/theme/fifty.css
+++ b/reveal.js/dist/theme/fifty.css
@@ -44,7 +44,7 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
44 44
45.reveal { 45.reveal {
46 font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; 46 font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
47 font-size: 24px; 47 font-size: 22px;
48 font-weight: normal; 48 font-weight: normal;
49 color: #000; } 49 color: #000; }
50 50
@@ -117,8 +117,8 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
117.reveal img, 117.reveal img,
118.reveal video, 118.reveal video,
119.reveal iframe { 119.reveal iframe {
120 max-width: 95%; 120 max-width: 96%;
121 max-height: 95%; } 121 max-height: 96%; }
122 122
123.reveal strong, 123.reveal strong,
124.reveal b { 124.reveal b {
@@ -179,10 +179,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
179.reveal pre { 179.reveal pre {
180 display: block; 180 display: block;
181 position: relative; 181 position: relative;
182 width: 90%; 182 width: 95%;
183 margin: 20px auto; 183 margin: 20px auto;
184 text-align: left; 184 text-align: left;
185 font-size: 0.55em; 185 font-size: 0.60em;
186 font-family: monospace; 186 font-family: monospace;
187 line-height: 1.1em; 187 line-height: 1.1em;
188 word-wrap: break-word; } 188 word-wrap: break-word; }