decker-edu / decker

A markdown based tool for slide deck creation.
GNU General Public License v3.0
53 stars 13 forks source link

add wburg.css to nwbrg deck.html #105

Closed matoushs closed 2 days ago

matoushs commented 5 months ago

The Würzburg default css file is not included in the deck.html template found in nwburg resource directory. It is included in this call:

$for(template.css)$
  <link rel="stylesheet" href="$template.css$"/>
$endfor$

However, this is overwritten when custom css is included in decker.yaml.

For example:

resource-pack: exe:nwburg 
template:
  css: samantha.css

The left side shows with custom css defined, as above. The right side shows when this is commented out. This css file is empty.

Screenshot 2024-02-06 at 08 35 31

I would like to add the following line to deck.html in the nwburg directory in Decker 13.4 and Decker 14: <link rel="stylesheet" href="$decker-support-dir$/css/wburg.css">

Should I make a pull request and do this myself?

monofon commented 5 months ago

Yes, please make a pull request.