Skip to content

Commit e8ce273

Browse files
committed
add a color to the background
1 parent ff538be commit e8ce273

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sass/css/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ $menu-gradient: linear-gradient(to bottom,
66
#fafbff 91%);
77

88
html {
9-
background-image: url("../images/background.jpg");
9+
background: #266bb0;
10+
background: url("../images/background.jpg");
1011
background-size: cover;
1112
background-attachment: fixed;
1213
}

0 commit comments

Comments
 (0)