Tweak header text color
This commit is contained in:
parent
dd337640f5
commit
068909dc03
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
.header {
|
||||
background-color: #2f3241;
|
||||
border-bottom: 1px solid #1a1b23;
|
||||
color: #74b1be;
|
||||
color: #9feaf9;
|
||||
padding: 15px 30px;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
.svg-stroke,
|
||||
.svg-fill {
|
||||
stroke: #74b1be;
|
||||
stroke: #9feaf9;
|
||||
}
|
||||
|
||||
.vertical-middle {
|
||||
|
|
Loading…
Reference in a new issue