Make "Not logged in" gray text WCAG AA compliant

Follows up 9285a2ae91.

Change-Id: I92157a694d46e198538c1279abd4e37f2abb4bbf
This commit is contained in:
This, that and the other 2015-12-10 20:47:13 +11:00
parent 9285a2ae91
commit 5a10091acc
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@
padding-left: 15px !important;
}
/* Show "Not logged in" text in gray */
#pt-anonuserpage {
color: grey;
color: #707070;
}