From a8a99cf3a41d336754184da40f20a78f24a67b55 Mon Sep 17 00:00:00 2001
From: Guillaume Chanel <Guillaume.Chanel@unige.ch>
Date: Mon, 26 Aug 2024 17:29:24 +0200
Subject: [PATCH] Update theme again

---
 0.objectifs/index.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/0.objectifs/index.html b/0.objectifs/index.html
index 6bbdade..d96234d 100644
--- a/0.objectifs/index.html
+++ b/0.objectifs/index.html
@@ -10,9 +10,8 @@
 		<link rel="stylesheet" href="../../../dist/reveal.css">
 		<link rel="stylesheet" href="../../../dist/theme/white.css" id="theme">
 
-		<!-- Higlight theme with a fallback on local monokai in case of connexion pb -->
-		<link rel="stylesheet" href="../../../plugin/highlight/monokai.css" id="highlight-theme">
-		<link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/googlecode.css" id="highlight-theme">
+		<!-- Higlight theme -->
+		<link rel="stylesheet" href="../css/googlecode.css" id="highlight-theme">
 
 		<!-- Add my own theme on top of classical reveal.js theme -->
 	    <link rel="stylesheet" href="../css/mytheme.css">
-- 
GitLab