Navigation Color fix

This commit is contained in:
2026-03-08 16:43:58 -04:00
parent f0da6ddbcc
commit eed4485606
3 changed files with 4 additions and 4 deletions

View File

@@ -959,7 +959,7 @@ function getCsrfToken() {
async function uploadFile(file) { async function uploadFile(file) {
const formData = new FormData(); const formData = new FormData();
formData.append("file", file); formData.append("file", file);
formData.append("type", "site_setting"); formData.append("upload_type", "site_setting");
formData.append("for_site_setting", "true"); formData.append("for_site_setting", "true");
formData.append("synchronous_uploads", "true"); formData.append("synchronous_uploads", "true");

View File

@@ -58,7 +58,7 @@
--cl-orb-1: rgba(196, 146, 46, 0.08); --cl-orb-1: rgba(196, 146, 46, 0.08);
--cl-orb-2: rgba(100, 150, 255, 0.05); --cl-orb-2: rgba(100, 150, 255, 0.05);
--cl-gradient-text: linear-gradient(135deg, #c4922e, #a3711d, #c4922e); --cl-gradient-text: linear-gradient(135deg, #c4922e, #a3711d, #c4922e);
--cl-scrolled-nav: rgba(250, 249, 246, 0.85); --cl-scrolled-nav: rgba(255, 255, 255, 0.85);
--cl-about-card-bg: linear-gradient(135deg, #fdfcf9, #f9f8f4, #fdfcf9); --cl-about-card-bg: linear-gradient(135deg, #fdfcf9, #f9f8f4, #fdfcf9);
--cl-app-gradient: linear-gradient(135deg, #c4922e, #b3811d, #a3711d); --cl-app-gradient: linear-gradient(135deg, #c4922e, #b3811d, #a3711d);
--cl-blur: blur(16px); --cl-blur: blur(16px);
@@ -87,7 +87,7 @@
--cl-glass-border: rgba(0, 0, 0, 0.05); --cl-glass-border: rgba(0, 0, 0, 0.05);
--cl-orb-1: rgba(212, 162, 78, 0.08); --cl-orb-1: rgba(212, 162, 78, 0.08);
--cl-gradient-text: linear-gradient(135deg, #d4a24e, #b8862e, #d4a24e); --cl-gradient-text: linear-gradient(135deg, #d4a24e, #b8862e, #d4a24e);
--cl-scrolled-nav: rgba(250, 246, 240, 0.95); --cl-scrolled-nav: rgba(255, 255, 255, 0.95);
--cl-about-card-bg: linear-gradient(135deg, #fdf6ec, #fef9f0, #fdf6ec); --cl-about-card-bg: linear-gradient(135deg, #fdf6ec, #fef9f0, #fdf6ec);
--cl-app-gradient: linear-gradient(135deg, #d4a24e, #c4922e, #b8862e); --cl-app-gradient: linear-gradient(135deg, #d4a24e, #c4922e, #b8862e);
color-scheme: light; color-scheme: light;

View File

@@ -804,7 +804,7 @@ plugins:
default: "" default: ""
type: color type: color
footer_bg_light: footer_bg_light:
default: "" default: "#ffffff"
type: color type: color
footer_border_style: footer_border_style:
default: "solid" default: "solid"