1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 04:44:48 +01:00

added tts functionality

This commit is contained in:
2024-04-22 02:06:12 +02:00
parent 9ea9ab3c53
commit 6e844a3cb1
7 changed files with 73 additions and 8 deletions

View File

@@ -269,6 +269,12 @@ form.search::after {
.standalone img {
width: 50%;
}
.entry img {
width: 50%;
}
audio {
width: 50%;
height: 5vh;
}