something

master
Tancre 3 years ago
parent 371d197577
commit 88edbfbee6

@ -76,11 +76,11 @@
</div> </div>
<script src="./scripts/App.js"></script> <script src="./scripts/App.js"></script>
<script> // drop stuff <script>
function drop(){ function drop(){
$("#colophon").slideToggle() $("#colophon").slideToggle()
$(".bottoneCose").toggleClass("clicked") $(".bottoneCose").toggleClass("clicked")
}</script> }
</script>
</body> </body>
</html> </html>

@ -13,6 +13,7 @@ body {
margin: 0; margin: 0;
cursor: url(https://www.dropbox.com/s/u76wca3a4weldmu/cursor%20black.png?raw=1), cursor: url(https://www.dropbox.com/s/u76wca3a4weldmu/cursor%20black.png?raw=1),
auto; auto;
overflow: auto !important;
} }
h1 { h1 {
@ -276,7 +277,7 @@ button {
right: unset !important; right: unset !important;
left: unset !important; left: unset !important;
border: unset !important; border: unset !important;
display: inline-block !important; display: flow-root !important;
position: relative !important; position: relative !important;
cursor: unset !important; cursor: unset !important;
border-radius: unset !important; border-radius: unset !important;

Loading…
Cancel
Save