feat(ui): Rainbow-Theme mit animiertem Farbverlauf für Seitentitel; 420-Theme Titel in #22C55E; Klasse .site-title hinzugefügt
This commit is contained in:
parent
a27eb76777
commit
d810c30f73
2 changed files with 15 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ export default function App() {
|
|||
<header className="flex items-center justify-between p-6">
|
||||
<div className="flex items-center">
|
||||
<div>
|
||||
<h1 className="text-4xl font-bold">
|
||||
<h1 className="text-4xl font-bold site-title">
|
||||
Jukebox 420
|
||||
{import.meta.env.VITE_BUILD_CHANNEL === 'nightly' && (
|
||||
<div className="text-sm font-normal mt-1 opacity-70">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue