- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jun 2010 04:12:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv1056
Modified Files:
style.css
Log Message:
changed some colors in CSS stylesheet to comply with WCAG 2 contrast requirements (thx=Andrew Arch)
Index: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- style.css 29 Mar 2010 20:43:59 -0000 1.110
+++ style.css 3 Jun 2010 04:12:15 -0000 1.111
@@ -159,10 +159,12 @@
}
.common-pattern-name {
- color: deeppink;
+ /* color: deeppink; */
+ color: #D9117D;
}
.common-pattern-name a {
- color: deeppink;
+ /* color: deeppink; */
+ color: #D9117D;
}
.element-pattern-name a {
color: #aaa;
@@ -257,7 +259,8 @@
font-style: italic;
}
.element {
- color: orangered;
+ /* color: orangered; */
+ color: #D93B00;
font-weight: bold;
}
.assertions .element,
@@ -272,7 +275,8 @@
a.element,
a .element,
code a {
- color: orangered !important;
+ /* color: orangered !important; */
+ color: #D93B00 !important;
font-weight: normal;
font-family: sans-serif;
}
@@ -328,7 +332,8 @@
margin-bottom: 0px;
}
.selector {
- color: orangered;
+ /* color: orangered; */
+ color: #D93B00;
font-weight: bold;
}
.prop-name {
@@ -613,7 +618,8 @@
}
#rnc-symbol-list dt {
font-weight: normal;
- color: orangered;
+ /* color: orangered; */
+ color: #D93B00;
margin-top: 6px;
}
#rnc-symbol-list dt span.rnc-symbol {
Received on Thursday, 3 June 2010 04:12:19 UTC