Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Can I Change Link Colour And Text Style In The Stylesheet?

$
0
0
I am using Harlowe. I know that you can change the background and text colour using the Stylesheet:
html {
	background-color: black;
	color: grey;
}

But I was wondering if you could also use this to change text style instead of writing it out every time. So, if I wanted everything blurred. I've tried this:
html {
	background-color: black;
	color: grey;
        style: blur;
}

But it doesn't change anything. Do I write "text-style:"? Am I doing something wrong? Or is there no way to do this. Also, I was wondering if you could change the colour of all the links in the Stylesheet. I have pasted this code into the Stylesheet:
tw-hook[style*="color:"] tw-link, tw-hook[style*="color:"] .enchantment-link {
	color: inherit;
}

So I can just write "(text-color: "red")[[[Link]]]". But can you change all the link colours using the Stylesheet.

If none of these things can be done, that's fine!

Thanks

Viewing all articles
Browse latest Browse all 1844

Trending Articles