aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template/theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/template/theme.scss')
-rw-r--r--css/theme/template/theme.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index a8f142d..9ccfaf5 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -162,16 +162,16 @@ body {
text-align: left;
font-size: 0.55em;
- font-family: monospace;
+ font-family: $codeFont;
line-height: 1.2em;
word-wrap: break-word;
- box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
+ box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.reveal code {
- font-family: monospace;
+ font-family: $codeFont;
text-transform: none;
}