Replace more colors with CSS vars

Change-Id: I48b77ca52a6732ec081bf2450e7c54f5fc51e0bc
This commit is contained in:
Kasper Nilsson 2018-04-17 15:18:55 +02:00
parent ac972425f1
commit 839fb99f30

View File

@ -77,7 +77,7 @@ limitations under the License.
border-bottom: 1px solid var(--border-color);
}
.bottomContent {
color: rgba(0,0,0,.54);
color: var(--deemphasized-text-color);
font-size: var(--font-size-small);
/*
* Should be 16px when the base font size is 13px (browser default of
@ -103,7 +103,7 @@ limitations under the License.
}
}
gr-date-formatter {
color: rgba(0,0,0,.54);
color: var(--deemphasized-text-color);
margin-left: 2em;
white-space: nowrap;
}