Use the same text color throughout the app

Change-Id: I55f83e0dbdd83efcbe179683b87060440908e789
This commit is contained in:
Kasper Nilsson
2018-04-16 10:15:33 +02:00
parent d620ad1043
commit 92ad99f345
6 changed files with 6 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ limitations under the License.
.score {
border: 1px solid var(--border-color);
border-radius: 3px;
color: #000;
color: var(--primary-text-color);
display: inline-block;
margin: -.1em 0;
padding: 0 .1em;

View File

@@ -169,7 +169,7 @@ limitations under the License.
display: none;
}
label.show-hide {
color: #000;
color: var(--primary-text-color);
cursor: pointer;
display: block;
font-size: .8rem;

View File

@@ -182,7 +182,7 @@ limitations under the License.
vertical-align: -.1em;
}
.mobileNavLink {
color: #000;
color: var(--primary-text-color);
font-size: 1.5rem;
font-family: var(--font-family-bold);
text-decoration: none;

View File

@@ -83,7 +83,7 @@ limitations under the License.
.diff-row.target-row.target-side-right .lineNum.right,
.diff-row.target-row.unified .lineNum {
background-color: #BBDEFB;
color: #000;
color: var(--primary-text-color);
}
.blank,
.content {

View File

@@ -44,7 +44,7 @@ limitations under the License.
font-family: var(--font-family-bold);
}
li[selected] gr-button {
color: #000;
color: var(--primary-text-color);
font-family: var(--font-family-bold);
text-decoration: none;
}

View File

@@ -84,7 +84,7 @@ limitations under the License.
background-color: #eaeaea;
}
.groupHeader a {
color: #000;
color: var(--primary-text-color);
text-decoration: none;
}
.groupHeader a:hover {