Skip to content

Commit 64557ff

Browse files
committed
Remove redundant style and make text more readable
1 parent 08972ab commit 64557ff

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

app/views/sessions/new.html.erb

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 15a4 4 0 004 4h9a5 5 0 10-.1-9.999 5.002 5.002 0 10-9.78 2.096A4.001 4.001 0 003 15z"/>
130130
</svg>
131131
</div>
132-
<h3 class="font-semibold text-sm">Offline Ready</h3>
132+
<h3 class="font-semibold text-sm text-white">Offline Ready</h3>
133133
<p class="text-xs text-white/70 mt-1">Learn anywhere</p>
134134
</div>
135135
<div class="text-center">
@@ -138,7 +138,7 @@
138138
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
139139
</svg>
140140
</div>
141-
<h3 class="font-semibold text-sm">Global Access</h3>
141+
<h3 class="font-semibold text-sm text-white">Global Access</h3>
142142
<p class="text-xs text-white/70 mt-1">500+ topics</p>
143143
</div>
144144
<div class="text-center">
@@ -147,7 +147,7 @@
147147
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
148148
</svg>
149149
</div>
150-
<h3 class="font-semibold text-sm">Always Free</h3>
150+
<h3 class="font-semibold text-sm text-white">Always Free</h3>
151151
<p class="text-xs text-white/70 mt-1">Open education</p>
152152
</div>
153153
</div>
@@ -164,20 +164,3 @@
164164
</div>
165165
</div>
166166
</div>
167-
168-
<style>
169-
@keyframes fade-in {
170-
from {
171-
opacity: 0;
172-
transform: translateY(-10px);
173-
}
174-
to {
175-
opacity: 1;
176-
transform: translateY(0);
177-
}
178-
}
179-
180-
.animate-fade-in {
181-
animation: fade-in 0.3s ease-out;
182-
}
183-
</style>

0 commit comments

Comments
 (0)