- remove !important from klausur css gradient (allows directive override) - add _backgroundColor directive to all klausur slides for pdf - web: shows css gradient stripes - pdf: shows solid color background
5 lines
214 B
XML
5 lines
214 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80">
|
|
<rect width="80" height="80" fill="#fce4ec"/>
|
|
<path d="M-20,20 l40,-40 M0,80 l80,-80 M60,100 l40,-40" stroke="#ffffff" stroke-width="40"/>
|
|
</svg>
|