Set body background color

This commit is contained in:
Blerim Sheqa 2019-01-30 16:55:15 +01:00
parent bf92144a04
commit c498d9bf9e

View File

@ -2,7 +2,7 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
body{
background-color: #f7f7f7;
background-color: #ffffff;
font-family: "Open Sans"
}