Replace #eee with header-background-color
Change-Id: I17bb95f92129afd3f2528f5e52462d1c56ad7a1f
This commit is contained in:
@@ -31,7 +31,7 @@ limitations under the License.
|
||||
}
|
||||
.container {
|
||||
align-items: center;
|
||||
background: #eee;
|
||||
background: var(--header-background-color);
|
||||
border-radius: .75em;
|
||||
display: inline-flex;
|
||||
padding: 0 .5em;
|
||||
|
||||
Reference in New Issue
Block a user