colibris: do not color link with primary color when author color are on

Change link color to blue
Still color the link the authorship have been cleared
closes #3960
This commit is contained in:
Sebastian Castro 2020-04-30 14:24:02 +02:00 committed by muxator
parent ff1191d24a
commit a522db3ef4
3 changed files with 8 additions and 14 deletions

View file

@ -34,6 +34,14 @@ html.inner-editor {
padding-bottom: 10px; /* some space when we scroll to the bottom */
}
#innerdocbody a {
color: #2e96f3;
}
#innerdocbody.authorColors [class^='author-'] a {
color: inherit;
}
/* --------------------- */
/* -- BROWSER SUPPORT -- */
/* --------------------- */