From 81ea0424649b4bf8c7eaf8a16d8caa787678de89 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Thu, 12 Jan 2017 14:11:28 +0100 Subject: [PATCH] New style file --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index b1d4baa4..93f56013 100644 --- a/css/style.css +++ b/css/style.css @@ -1,18 +1,18 @@ -@import url('icomoon79565/style.css'); +/*@import url('icomoon79565/style.css');*/ .reveal pre { font-size: 0.9em; /* Make the commands bigger */ - box-shadow: 3px 4px 10px rgba(0,0,0,0.6); + box-shadow: 3px 4px 10px rgba(0,0,0,0.8); } .reveal pre code { - background-color: black; + background-color: #333333; padding: 0.5em; } .reveal h1, .reveal h2, .reveal h3 { - text-shadow: 2px 4px 10px rgba(0,0,0,0.6); + text-shadow: 0px 0px 0px rgba(0,0,0,0.6); } .reveal section img.as-is { background: none; border: none; box-shadow: none -} \ No newline at end of file +} -- GitLab