layout-colors.less: replace hardcoded "petrol"

This commit is contained in:
Thomas Gelf 2015-03-13 09:03:46 +01:00
parent 316d926811
commit 560b8a556d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
}
#header {
background-color: #049baf;
background-color: @colorPetrol;
color: #ddd;
color: #d0d0d0;
border-bottom: solid 1px;