Changed background color header

This commit is contained in:
Lars van Hijfte
2017-01-12 15:13:09 +01:00
parent b95aa49c32
commit 2905a9efee

View File

@@ -8,7 +8,7 @@ header {
width: 100%; width: 100%;
color: white; color: white;
background-color: #845663; background-color: rgba(132,86,99, 0.98);
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
} }