-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I can't get theme-switching to work unless I change the following file:
https://github.com/thomthom/SKUI/blob/master/src/SKUI/html/window.html
Line 8, from:
link rel="stylesheet" type="text/css" media="screen" href="../css/core.css" /
to:
link id="SKUI_CSS_CORE" rel="stylesheet" type="text/css" media="screen" href="../css/core.css" /
It doesn't accept full html so I stripped off a few tags...
Could be that I misunderstood something, or maybe the id accidentally got lost somewhere along the way :-)
Metadata
Metadata
Assignees
Labels
No labels