sfu-fas/coursys

Possible UI improvement on how the News List displays links

Closed this issue · 1 comments

Might just be me, but I never knew that we could go directly to the marks page from the latest news section because the links are the same colour.

Making the colours different like this might be a possible solution.

div#newsitems a.collapsible-heading-toggle {
    color: #000;    
}

Before

after

After

after

Thanks, @liquiddandruff for pointing that out. Good fix.