From 9446af73e0e07f64199e2d538fd7d5c65aa67d0c Mon Sep 17 00:00:00 2001
From: Max <m.giller.dev@gmail.com>
Date: Mon, 19 Jul 2021 10:40:45 +0200
Subject: [PATCH] FIxed conflicting css classes

---
 editor/editor.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/editor/editor.html b/editor/editor.html
index b4eea4c..69be217 100644
--- a/editor/editor.html
+++ b/editor/editor.html
@@ -1,6 +1,6 @@
-<div>
+<div id="ks-editor">
     <style>
-        section {
+        div#ks-editor section {
             border: 1px lightgrey solid;
             border-radius: 1px;
             margin: 5px;
@@ -8,11 +8,11 @@
             width: auto;
         }
 
-        section > * {
+        div#ks-editor section > * {
             margin: 2.5px;
         }
 
-        .selected {
+        div#ks-editor *.selected {
             background-color: lightblue;
         }
     </style>
-- 
GitLab