We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
irl
1 parent 6c0f509 commit 99277f1Copy full SHA for 99277f1
2 files changed
src/app/globals.css
@@ -78,6 +78,13 @@ body {
78
animation: shimmer 2s ease-in-out infinite alternate;
79
}
80
81
+.irl-text {
82
+ background: none !important;
83
+ -webkit-background-clip: unset !important;
84
+ background-clip: unset !important;
85
+ color: #9bb5ff !important;
86
+}
87
+
88
.team {
89
margin: 0.2rem 0 0 0;
90
color: var(--ink);
src/app/page.tsx
@@ -8,7 +8,7 @@ export default function Home() {
8
</div>
9
10
11
- <h1 className="headline">team whirlwind</h1>
+ <h1 className="headline">team wh<span className="irl-text">irl</span>wind</h1>
12
<p className="team">coming soon</p>
13
<p className="tagline">
14
University of Amsterdam • Intelligent Robotics Lab
0 commit comments