mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
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:
commit
b0b6c0c0f6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue