Merge pull request #501 from M-Valentino/WCAG-text-color

I made the site tag text color darker so it passes most WCAG accessibility standards.
This commit is contained in:
Kyle Drake 2024-03-15 09:15:53 -05:00 committed by GitHub
commit b0b6c0c0f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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