c0c0n3 / trixie-dotses

dot files and other badness for my preciousss ring of (de-)vices!
GNU General Public License v3.0
4 stars 1 forks source link

Inkscape: CSS instead of bg fill layer in blackboard template #5

Open c0c0n3 opened 7 years ago

c0c0n3 commented 7 years ago

I thought I'd improve the blackboard template by getting rid of the bg fill layer and replacing it with CSS on the svg root element:

style="background-color: #3c4747;"

But this doesn't work in Chrome if you then embed a stylesheet (style tag) with an @import font directive. (Which I do when generating presentations from SVG files.) So I suppose the safest thing is to keep that bg layer?