playpause

This commit is contained in:
2025-06-22 23:56:30 +02:00
parent dba9b58a6a
commit e7ca11d1bc
2 changed files with 22 additions and 1 deletions
+7
View File
@@ -27,3 +27,10 @@
--angle: 30deg;
}
}
.play:before {
content: "▶️";
}
.pause:before {
content: "⏸";
}