diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 513f1d44..e5c03010 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -83,6 +83,7 @@ display: block; position: absolute; top: 0; left: 0; width: 100%; + background: white; } .burger { font-size: 24px; @@ -93,6 +94,8 @@ display: block; position: absolute; bottom: 0; left: 0; width: 100%; + background: #eee; + border-top: 1px solid #ddd; } #footer span { display: none; |
