diff --git a/README.md b/README.md index 520c180..224d349 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@  LittleLink is a lightweight DIY alternative to services like [Linktree](https://linktr.ee) -and [many.link](https://many.link/). I forked this to publish as a project page using github and will add additional logos which I need but not necessarily everyone else. +and [many.link](https://many.link/). I forked this to publish as a project page using github and will add additional logos which I need but not necessarily everyone else. NOTES FOR ME: -Change colors via: `skeleton-light.css` or `skeleton-dark.css` to the HEX values of your choosing. +Change colors via: `skeleton-light.css` or `skeleton-dark.css` to the HEX values of your choosing. Automatic theme option: You can also set your CSS to `skeleton-auto.css`, which will use the system theme of the device you visit on. - - +This branch will be used for development so that the main branch will function as the website itself. diff --git a/css/dropdown.js b/css/dropdown.js index 2dadad5..ffaed2c 100644 --- a/css/dropdown.js +++ b/css/dropdown.js @@ -1,3 +1,7 @@ +// to do: +// - menus need to be clicked twice to open +// - clicking on window does not result in menu closing + function PRlist() { var click = document.getElementById("PR"); if(click.style.display ==="none") { diff --git a/index.html b/index.html index 06af619..c2770dd 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,8 @@