-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
This is a feature request for custom css.
I tried bind-mounting "/etc/dumbkan/styles.css:/app/styles.css", which worked,
{
"Type": "bind",
"Source": "/etc/dumbkan/styles.css",
"Destination": "/app/styles.css",
"Driver": "",
"Mode": "",
"Options": [
"rbind"
],
"RW": true,
"Propagation": "rprivate"
}From within the podman container, I verified that the customized styles.css is present:
/app # grep bg-light styles.css
--bg-light: #f5f;
--background: var(--bg-light);These changes do not take effect in the browser. I see no network request for a styles.css.
This could just be some error on my part.
Metadata
Metadata
Assignees
Labels
No labels