remove unused code

This commit is contained in:
Adrian Zürcher
2025-11-17 16:57:37 +01:00
parent 09299c65de
commit 260767680b
3 changed files with 0 additions and 30 deletions

View File

@@ -233,16 +233,6 @@ function removeRole(...removeRoles: Roles) {
</script>
<style>
@keyframes blink-yellow {
0%,
100% {
background-color: yellow;
}
50% {
background-color: transparent;
}
}
.blink-yellow {
animation: blink-yellow 1.5s step-start 6 !important;
}