@@ -109,9 +109,9 @@ export function ExerciseViewContent() {
109
109
if ( multiScreenExercise && showIntroScreen ) {
110
110
// return a full screen intro screen with yellow background
111
111
return (
112
- < div className = "absolute inset-0 bg-yellow-100 flex justify-between flex-col" >
112
+ < div className = "absolute inset-0 bg-[#FFF1C5] flex justify-between flex-col" >
113
113
< button
114
- className = "absolute top-4 left-4 text-blue-500 hover: text-blue-700 text-2xl "
114
+ className = "absolute top-4 left-4 text-[#007EC1] bg-[#FFEAA8] text-2xl h-[17px] w-[17px] flex items-center justify-center "
115
115
onClick = { ( ) => {
116
116
history . push ( '/app/home' )
117
117
} }
@@ -120,19 +120,19 @@ export function ExerciseViewContent() {
120
120
</ button >
121
121
< div > </ div >
122
122
123
- < div >
124
- < div className = "w-[270px ] mx-auto" >
123
+ < div className = "text-[#0C0A1C] w-[285px] mx-auto" >
124
+ < div className = "w-[210px ] mx-auto" >
125
125
< img src = "/birdie_idle.svg" alt = "" />
126
126
</ div >
127
- < h1 className = "font-bold mx-4 text-xl text-center" >
127
+ < h1 className = "font-extrabold text-[22px] text-center" >
128
128
Willkommen zur { skill } !
129
129
</ h1 >
130
- < div className = "mx-4 text-center mt-5" > { introText } </ div >
130
+ < div className = "text-center mt-5 text-sm opacity-85 " > { introText } </ div >
131
131
</ div >
132
132
< div >
133
133
< div className = "flex justify-center mt-4 mb-2" >
134
134
< button
135
- className = "bg-yellow-500 hover:bg-yellow-600 px-4 py-2 rounded-full text-white w-[290px]"
135
+ className = "bg-[#F3BA03] hover:bg-yellow-600 px-4 py-2 rounded-full text-white w-[290px]"
136
136
onClick = { ( ) => {
137
137
ExerciseViewStore . update ( s => {
138
138
s . showIntroScreen = false
@@ -142,7 +142,7 @@ export function ExerciseViewContent() {
142
142
Mit der ersten Aufgabe beginnen
143
143
</ button >
144
144
</ div >
145
- < p className = "text-xs text-gray-400 w-[270px] mx-auto mb-7 text-center transition-colors" >
145
+ < p className = "text-xs w-[270px] mx-auto mb-7 text-center transition-colors text-[#B9B9B9] " >
146
146
(du musst nicht alles auf einmal machen. Dein Fortschritt wird
147
147
gespeichert)
148
148
</ p >
0 commit comments