From 2e306d1f8a06fe223d11a7bce2e353b9c92b8612 Mon Sep 17 00:00:00 2001 From: Daniel Aguilar Date: Tue, 16 Apr 2024 11:42:15 +0200 Subject: [PATCH] move autogenerated.css and theme.css down in the DOM (#274) --- src/ReactiveTools.jl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ReactiveTools.jl b/src/ReactiveTools.jl index 24755f86..a83ffbfd 100644 --- a/src/ReactiveTools.jl +++ b/src/ReactiveTools.jl @@ -56,14 +56,6 @@ function DEFAULT_LAYOUT(; title::String = "Genie App", <% else %> <% end %> - <% if isfile(joinpath(Genie.config.server_document_root, "css", "theme.css")) %> - - <% else %> - <% end %> - <% if isfile(joinpath(Genie.config.server_document_root, "css", "autogenerated.css")) %> - - <% else %> - <% end %>