Use the same text color throughout the app
Change-Id: I55f83e0dbdd83efcbe179683b87060440908e789
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user