Color of autolinks

Color of autolinks

- Tim Allen の投稿
返信数: 3

Hi everyone,

From here and here I can see that the line I need to change is:

 $THEME->autolink = "#EEEEEE"; // To color auto-generated links (eg glossary)

in order to get a higher shade of grey on my site's autolinks.  On my sites they are so faint that people might not notice them.  sad  However, on moodle.org they are a darker shade and easier to see (please see the screenshots).

In my files the autolink setting is "#EEEEEE"; so on moodle.org it must be different.

I want to find out the moodle.org setting so that I can have the autolinks show up better.  What is it please? 

Thanks in advance,  Tim.   smile

添付 comparesites_autolinkshade.PNG
Tim Allen への返信

Re: Color of autolinks

- Andrea Bicciolo の投稿

On my browser the moodle.org glossary autolink color displays as "#DDDDDD". You may also want to check the a.autolink style definition in styles.php corresponding to the theme you are using. Hope this help