Skip to content

Commit fb68da7

Browse files
Hard code body background color into template html so it won't affect the transparency when used in your menu
1 parent f029249 commit fb68da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ette/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="css/style.css">
88
<title>ETTE Style Menu</title>
99
</head>
10-
<body>
10+
<body bgcolor="black">
1111
<nav id="menu" class="header-nav">
1212
<label for="tm" id="toggle-menu">Navigation <span class="drop-icon"></span></label>
1313
<input id="tm" type="checkbox">

0 commit comments

Comments
 (0)