made text color slightly darker to be more accessible for low vision users

This commit is contained in:
Mark Valentino 2024-03-14 19:54:29 -04:00
parent bc4ad96b76
commit 283086136b

View file

@ -853,7 +853,7 @@ a.tag, a.tag:visited {
font-size: .7em;
text-transform: uppercase;
background: #FFFFCC;
color: #C1A009!important;
color: #897106!important;
float: left;
padding: 1px 5px;
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);