summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/css/theme/openstack.css3
-rw-r--r--src/layout/talk.hbs4
2 files changed, 6 insertions, 1 deletions
diff --git a/src/css/theme/openstack.css b/src/css/theme/openstack.css
index 8b88f6d..aa51c6a 100644
--- a/src/css/theme/openstack.css
+++ b/src/css/theme/openstack.css
@@ -47,7 +47,7 @@ body {
47 47
48.reveal code { 48.reveal code {
49 text-align: left; 49 text-align: left;
50 font-family: monospace; 50 font-family: "Hack", monospace;
51} 51}
52 52
53.reveal pre code { 53.reveal pre code {
@@ -59,6 +59,7 @@ body {
59 word-wrap: normal; 59 word-wrap: normal;
60 background: #3F3F3F; 60 background: #3F3F3F;
61 color: #DCDCDC; 61 color: #DCDCDC;
62 font-family: "Hack", monospace;
62} 63}
63 64
64.reveal ul li { 65.reveal ul li {
diff --git a/src/layout/talk.hbs b/src/layout/talk.hbs
index 56f3137..d06ec92 100644
--- a/src/layout/talk.hbs
+++ b/src/layout/talk.hbs
@@ -13,6 +13,10 @@
13 13
14 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 14 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
15 15
16 <!-- hacking font -->
17 <link rel="stylesheet"
18 href="//cdn.jsdelivr.net/font-hack/2.018/css/hack.min.css">
19
16 <link rel="stylesheet" href="/css/reveal.css"> 20 <link rel="stylesheet" href="/css/reveal.css">
17 <link rel="stylesheet" href="/css/theme/openstack.css" id="theme"> 21 <link rel="stylesheet" href="/css/theme/openstack.css" id="theme">
18 22