Solved my problem with a custom html-module instead and in that some inline styling. Like so:
<ul>
<li style="line-height: 1em; list-style-type: '- ';">
<h4 style="line-height: 1em; text-transform: uppercase;"><span style="color: #ffffff;"><a href="index.php?Itemid=600" style="color: #ffffff;" onmouseover="this.style.color='red'" onmouseout="this.style.color='white'">Om mig</a></span></h4>
</li>
etc...
Hi there! I've created a custom child theme for grav (gantry5 theme) and I am looking for a way to auto-update it from an URL. How can I do this?
I can see this on theme/gantry/theme.yaml:
details:
updates:
link: 'https://domain.com/themes/theme.yaml'
But what should that file contain?
Thank you!