-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Description
Environment
Self-Hosted (Docker)
Version
2.0.4
Describe the problem
I had finally gotten the CSS to not throw a 404, but for the life of me I could not get my styles to show up.
UNTIL I changed one thing (using devtools):
How the custom CSS loads in: <link rel="stylesheet" href="/assets/dashycsstweaks.css">
What I needed to do to activate my CSS: <link rel="stylesheet" type="text/css" href="/assets/dashycsstweaks.css">
I was previously upping the CSS specificity to disgusting levels to no avail:
div#dashy div.home[style*="background: url("/assets/wetpavement_bg.jpg") 0% 0% / cover"] {
background-attachment: fixed !important;
}
Would it be possible to add the type="text/css"
part to the generated link when the app is built?
Additional info
No response
Please tick the boxes
- You are using a supported version of Dashy (check the first two digits of the version number)
- You've checked that this issue hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
Lissy93
Metadata
Metadata
Assignees
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working