Skip to content

Commit 4dbbf5b

Browse files
committed
Display: dark textured bg, neon+periwinkle labels
1 parent bd3256c commit 4dbbf5b

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

index.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,19 @@
4040

4141

4242

43-
/* Header logo */
43+
/* Header */
4444
#hud {
4545
position: fixed;
46-
top: 20px;
47-
left: 24px;
46+
top: 28px;
47+
left: 32px;
4848
z-index: 999;
4949
}
50-
#hud img {
51-
height: 120px;
52-
width: auto;
50+
#hud .title {
51+
font-size: 22px;
52+
font-weight: 700;
53+
color: var(--lime);
54+
line-height: 1.4;
55+
letter-spacing: -0.01em;
5356
}
5457

5558
/* Bird counter */
@@ -127,7 +130,7 @@
127130
<body>
128131

129132
<div id="hud">
130-
<img src="logo.png" alt="MLH AI Roadshow">
133+
<div class="title">Who's flying to the<br>MLH AI Roadshow?</div>
131134
</div>
132135

133136
<div id="bird-count">0 birds flying</div>

0 commit comments

Comments
 (0)