mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
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:
parent
ff1191d24a
commit
a522db3ef4
3 changed files with 8 additions and 14 deletions
|
@ -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 -- */
|
||||
/* --------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue