layout-colors.less: replace hardcoded "petrol"
This commit is contained in:
parent
316d926811
commit
560b8a556d
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background-color: #049baf;
|
background-color: @colorPetrol;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
border-bottom: solid 1px;
|
border-bottom: solid 1px;
|
||||||
|
|
Loading…
Reference in New Issue