Add license notice for VOICEVOX

This commit is contained in:
2025-06-12 05:59:41 +09:00
parent f036711d00
commit 51f5c89161
2 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,7 @@ function App() {
<div className="subtitle">
RSS
</div>
<div className="credit">VOICEVOX:冥鳴ひまり</div>
</div>
<button
className="theme-toggle"

View File

@ -94,6 +94,14 @@ body {
.subtitle {
color: var(--text-secondary);
font-size: 14px;
margin-bottom: 4px;
}
.credit {
font-size: 11px;
color: var(--text-muted);
font-style: italic;
transition: color 0.3s ease;
}
.theme-toggle {
@ -811,3 +819,4 @@ a:hover {
color: var(--text-primary);
transition: all 0.3s ease;
}