Color of autolinks

Color of autolinks

by Tim Allen -
Number of replies: 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

Attachment comparesites_autolinkshade.PNG
Average of ratings: -
In reply to Tim Allen

Re: Color of autolinks

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
On this site I have them at #DDDDDD. Of course, one could use any colour, but it depends on the importance a site places on these links.
In reply to Tim Allen

Re: Color of autolinks

by 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

In reply to Andrea Bicciolo

Re: Color of autolinks

by Tim Allen -

Thanks a lot to both of you, that did the trick!  approve

Tim.