I am reporting https://www.drupal.org/glossary to moderators because:

The glossary term "action" is unreadable (black text on dark blue background), because there is a CSS rule for the id "action" that should not be applied in this case:

#action {
background-color: #064771;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
overflow: hidden;
}

I suggest either changing the id, or adding some overriding CSS. An example that works but I did not fully test:

.page-node-937 #action {
background-color: inherit;
font-family: inherit;
font-weight: bold;
overflow: inherit;
}

CommentFileSizeAuthor
#3 action-2729323.png43.05 KBbandanasharma
actioncss.PNG10.04 KBmike.roman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mike.roman created an issue. See original summary.

Wolfflow’s picture

It looks for me that this issue was solved. I just suggest to close if I am completely right!

bandanasharma’s picture

FileSize
43.05 KB

I am agree with #2 because it is looking fine also to me. I have attached screen shot (action-2729323.png).

mike.roman’s picture

Status: Active » Fixed

It does look fixed now. (Now there are "#" links after each glossary entry that don't seem to do anything, but that's a different story...) Thanks for pointing out the fix Wilfflow and for the confirmation bandanasharma!

bandanasharma’s picture

mike.roman Could you change the status fixed to closed(fixed).

mike.roman’s picture

Status: Fixed » Closed (fixed)

As you wish!

andrewmacpherson’s picture

using preferred accessibility tag

andrewmacpherson’s picture

andrewmacpherson’s picture

Issue tags: -Accessibilty +Accessibility