Add license notice for VOICEVOX
This commit is contained in:
@ -43,6 +43,7 @@ function App() {
|
|||||||
<div className="subtitle">
|
<div className="subtitle">
|
||||||
RSS フィードから自動生成された音声ポッドキャスト
|
RSS フィードから自動生成された音声ポッドキャスト
|
||||||
</div>
|
</div>
|
||||||
|
<div className="credit">VOICEVOX:冥鳴ひまり</div>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
className="theme-toggle"
|
className="theme-toggle"
|
||||||
|
@ -94,6 +94,14 @@ body {
|
|||||||
.subtitle {
|
.subtitle {
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.credit {
|
||||||
|
font-size: 11px;
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-style: italic;
|
||||||
|
transition: color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-toggle {
|
.theme-toggle {
|
||||||
@ -811,3 +819,4 @@ a:hover {
|
|||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user