From 2fefdd8a14694c8354f633d2bbaeeb1065494fa1 Mon Sep 17 00:00:00 2001
From: Plumtree3D <ham.in.kneesocks@gmail.com>
Date: Mon, 7 Aug 2023 15:58:08 +0200
Subject: [PATCH] fix: removed unsupported comment

---
 styles/layout.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/styles/layout.css b/styles/layout.css
index 19cc742..d9542ba 100644
--- a/styles/layout.css
+++ b/styles/layout.css
@@ -1,8 +1,6 @@
 :root {
-  // default theme color
-  // can be overrided by uses `themeConfig` option
-  --slidev-theme-primary: #5d8392;
-  --slidev-theme-secondary: red;
+  --slidev-theme-primary: #fb7756;
+  --slidev-theme-secondary: #cc7b4b;
   --slidev-theme-code: white; 
 
 }
-- 
GitLab