diff options
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/theme/openstack.css | 3 |
1 files changed, 2 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 { |