Bug 1048137 - Page title color is poor contrast in New Tab Page [r=adw]

This commit is contained in:
Ed Lee 2014-08-14 17:03:47 -07:00
parent ed76d0db3a
commit 1c508f9ef0
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
/* Glyph Styles */
.glyphShape-style {
fill: #7a7a7a;
fill: #737373;
}
.glyphShape-style-hover-gear {

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -144,7 +144,7 @@
/* TITLES */
.newtab-title {
color: #9b9b9b;
color: #737373;
}
.newtab-site:hover .newtab-title {