UI - Adding support-us widget <3 (#1956)

This commit is contained in:
dgtlmoon
2023-11-10 17:31:00 +01:00
committed by GitHub
parent 99246d3e6d
commit c905652780
8 changed files with 176 additions and 13 deletions

View File

@@ -44,4 +44,9 @@ $(document).ready(function () {
}
};
$('#heart-us').click(function () {
$("#overlay").toggleClass('visible');
heartpath.style.fill = document.getElementById("overlay").classList.contains("visible") ? '#ff0000' : 'var(--color-background)';
});
});