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

@ -17,9 +17,4 @@
option {
text-transform: capitalize;
}
#innerdocbody a {
color: #64d29b;
color: var(--primary-color);
}