From 949b119a4c407686ca52b686bd0cf9ee49370e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= <postmaster@greg0ire.fr> Date: Fri, 23 Mar 2018 16:38:14 +0100 Subject: [PATCH] Switch to new color scheme --- hello.css | 25 ++++++++++++++++++++++--- index.md | 2 +- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/hello.css b/hello.css index f18f958..3f29c5c 100644 --- a/hello.css +++ b/hello.css @@ -1,15 +1,34 @@ -/* body { - background: blue !important; -} */ +body { + background-color: #009EF5; + background-image: linear-gradient(#0180F5, #009EF5); +} + +/* inline code */ +code { + background-color: #FFE265; +} + +.reveal { + color: white; +} + +.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 { + color: white; +} .reveal pre { width: 1400px; } .reveal pre code { + border-radius: 5px; max-height: none; padding: 20px; } +.hljs { + background-color: #272C35; +} + .reveal section img { border: none; background: none; diff --git a/index.md b/index.md index bfd3b7d..70cd9e5 100644 --- a/index.md +++ b/index.md @@ -9,7 +9,7 @@ Software Engineer<br /> <span id="gregoire"></span><br /> <div id="gregoire_company"> <div id="universcine"> -  +  </div> <div id="universcine">➡ </div> <div id="manomano"> -- GitLab