Skip to content

Commit 99277f1

Browse files
committed
Make irl a bit brighter
1 parent 6c0f509 commit 99277f1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/app/globals.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ body {
7878
animation: shimmer 2s ease-in-out infinite alternate;
7979
}
8080

81+
.irl-text {
82+
background: none !important;
83+
-webkit-background-clip: unset !important;
84+
background-clip: unset !important;
85+
color: #9bb5ff !important;
86+
}
87+
8188
.team {
8289
margin: 0.2rem 0 0 0;
8390
color: var(--ink);

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Home() {
88
</div>
99
</div>
1010

11-
<h1 className="headline">team whirlwind</h1>
11+
<h1 className="headline">team wh<span className="irl-text">irl</span>wind</h1>
1212
<p className="team">coming soon</p>
1313
<p className="tagline">
1414
University of Amsterdam • Intelligent Robotics Lab

0 commit comments

Comments
 (0)