Replace #eee with header-background-color
Change-Id: I17bb95f92129afd3f2528f5e52462d1c56ad7a1f
This commit is contained in:
@@ -59,7 +59,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
ul li {
|
ul li {
|
||||||
border-radius: .2em;
|
border-radius: .2em;
|
||||||
background: #eee;
|
background: var(--header-background-color);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 .2em .4em .2em;
|
margin: 0 .2em .4em .2em;
|
||||||
padding: .2em .4em;
|
padding: .2em .4em;
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ limitations under the License.
|
|||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
.lineNum {
|
.lineNum {
|
||||||
background-color: #eee;
|
background-color: var(--header-background-color);
|
||||||
}
|
}
|
||||||
.image-diff .gr-diff {
|
.image-diff .gr-diff {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -211,7 +211,7 @@ limitations under the License.
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.target-row td.blame {
|
.target-row td.blame {
|
||||||
background: #eee;
|
background: var(--header-background-color);
|
||||||
}
|
}
|
||||||
col.blame {
|
col.blame {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #eee;
|
background: var(--header-background-color);
|
||||||
border-radius: .75em;
|
border-radius: .75em;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #eee;
|
background: var(--header-background-color);
|
||||||
border-radius: .75em;
|
border-radius: .75em;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user