mirror of
https://github.com/neocities/neocities.git
synced 2025-05-15 00:47:16 +02:00
streamline CSS, remove google font/cdn dep
This commit is contained in:
parent
ab6abc637e
commit
47344e8bdc
186 changed files with 31689 additions and 1655 deletions
6
public/js/nav.js
Normal file
6
public/js/nav.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function() {
|
||||
// this open and closes the small screen nav
|
||||
$('.small-Nav').click(function(){
|
||||
$('.header-Nav').toggleClass('show-Nav');
|
||||
})
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue