Lysanne ha scritto:
Hum.. I use a modified version of the "Beach" tiddly theme from here:
http://tiddlythemes.com, so yes it could come from there. Do you know
where the CSS rule for "@@" would be? I looked in my stylesheets but
didn't find it.

the "@@" markup generates this HTML code:
<span class="marked">Lorem ipsum</span>

So, you have to look in your Styleheet tiddler for some ".marked" rules.
You will find this:

.highlight, .marked {
background:transparent;
color:#111;
border:none;
text-decoration:underline;
}

I would change it into:

.highlight {
background:transparent;
color:#111;
border:none;
text-decoration:underline;
}

.marked {
background:[[ColorPalette::SecondaryLight]];
}

regards
--
tiziano de togni
______________________________________
http://tiziano.tiddlyspot.com

--
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.

Reply via email to