Hi,
If you have an unchanged TW CSS bold ist <strong>text</strong>, which
gets its color from body. May be in your TW StyleSheet chain ther is a
definition for this. (strong or body)
The tiddlyLink / tiddlyLinkExisting gets its color from the html "a"
tag, which overwrites the body color definition in StyleSheetColors
(shaddow) or StyleSheet(if you have one) or theme(if you use one).
In an uncanged TW StyleSheetColors is:
body {background:[[ColorPalette::Background]];
color:[[ColorPalette::Foreground]];}
a {color:[[ColorPalette::PrimaryMid]];}
====
So there should be a difference. Have a look at your CSS StyleSheet
definitions if "someone" changes "a" and "body" color to the same
value.
hope this helps
regards Mario
On Feb 17, 2:24 am, Wiki DH <[email protected]> wrote:
> Is there a convenient way to separate the visual appearance of bold
> fonts vs. tiddly links?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.