1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Add for use in main header

This commit is contained in:
sdtsui 2017-07-29 12:20:19 -07:00
parent 8e1713e1e0
commit 4d7295b05f
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
$gallery: #EFEFEF;
$alabaster: #F7F7F7;
$shark: #22232C;

View File

@ -151,12 +151,13 @@ button.btn-thin {
.app-header {
padding: 6px 8px;
// background: #EFEFEF; // $gallery
}
.app-header h1 {
font-family: 'Montserrat Regular';
text-transform: uppercase;
color: #AEAEAE;
color: #22232C; // $shark
}
h2.page-subtitle {