diff --git a/burgerIcon.js b/burgerIcon.js index 5b7858e..c0029fc 100644 --- a/burgerIcon.js +++ b/burgerIcon.js @@ -123,7 +123,7 @@ function openNav() { link.type = 'text/css'; - link.href = 'probestyle.css'; + link.href = 'style.css'; // Get HTML head element to append // link element to it @@ -144,7 +144,7 @@ function unset() link.type = 'text/css'; - link.href = 'probestyle.css'; + link.href = 'style.css'; link.media = 'all'; // Get HTML head element to append // link element to it