diff --git a/editor2/src/main/build.clj b/editor2/src/main/build.clj index 0133dc93..97cfde1e 100644 --- a/editor2/src/main/build.clj +++ b/editor2/src/main/build.clj @@ -7,6 +7,6 @@ {:meta {:viewport "width=device-width, initial-scale=1"} :scripts/head [{:src "https://cdn.tailwindcss.com?plugins=forms,typography"}] :styles [{:href "https://prosemirror.net/css/editor.css"}] - :props/html {:class "bg-gray-[#eee]"} + :props/html {:class "bg-[#eeeeee]"} :body [:div#maria-live] :scripts/body [{:src (shadow/module-path :editor :main)}]})) \ No newline at end of file