Skip to content

Commit

Permalink
Add a background colour to the main menu
Browse files Browse the repository at this point in the history
This commit adds a background colour to the main menu so that it is
visible when the skyline is still loading.
  • Loading branch information
acme committed Oct 9, 2019
1 parent 4e43449 commit 30bb7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwwdocs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body{
color: white !important;
}
#main-menu {
background: #FFF url('/lpw2019/images/design/london-skyline.jpg');
background: #615361 url('/lpw2019/images/design/london-skyline.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
Expand Down

0 comments on commit 30bb7a4

Please sign in to comment.