diff --git a/src/py/webui/webui.py b/src/py/webui/webui.py index 3a12e31..874286b 100644 --- a/src/py/webui/webui.py +++ b/src/py/webui/webui.py @@ -69,6 +69,11 @@ def index(): return render_template("index.html") # --- Gallery & Hero API --- +@app.route("/gallery-editor") +def gallery_editor(): + """Render gallery editor page.""" + return render_template("gallery-editor/index.html") + @app.route("/api/gallery", methods=["GET"]) def get_gallery(): """Get gallery images.""" diff --git a/src/webui/style/style.css b/src/webui/style/style.css index 3d2141d..e1b6c36 100644 --- a/src/webui/style/style.css +++ b/src/webui/style/style.css @@ -560,7 +560,6 @@ label { #site-info-form input, #theme-editor-form input, #site-info-form textarea, #theme-editor-form textarea, #site-info-form select, #theme-editor-form select { - /* background: rgba(4, 44, 60, 0.55);*/ background: #1f2223; color: #fff; border: 1px solid #585858;