inkle / inkle/ink

Customizing CSS for web export

Open
#396 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

Hi,

I'm wondering if there's an easy way to change the styling for stories when exporting for web? I was able to edit it in Dev Tools on the IDE, for example

`hr + .storyText{
font-style:italic;
text-align:right;
color:#ACCC6E
}`

But this doesn't work for the web export because there's not `hr` tag inserted in the view. The turns are not classed separately either so it seems impossible to do it from straight CSS editing.

Before I start digging through the code to see how each element is actually created from the JS files, I figured it'd be worth asking here first in case there's an easy way.

Thanks,
Adam

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.