updated css background

This commit is contained in:
developtheweb 2021-02-18 23:42:26 -05:00
parent 30a8a021f1
commit dbcc3fb0a6

View file

@ -84,6 +84,7 @@ header {
text-align: center; text-align: center;
color: #fff; color: #fff;
background: #{{ site.color.primary }}; background: #{{ site.color.primary }};
background-image: url("/img/launch.jpg");
} }
header .container { header .container {