We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec8849 commit 7d338d2Copy full SHA for 7d338d2
1 file changed
docs/index.html
@@ -312,10 +312,7 @@
312
}
313
314
.hero-kicker::before {
315
- content: '▲ ▲ ▼ ▼ ◄ ► ◄ ►';
316
- font-size: 7px;
317
- letter-spacing: 2px;
318
- opacity: 0.5;
+ display: none;
319
320
321
.hero-headline {
@@ -1241,6 +1238,7 @@
1241
1238
<!-- Hero -->
1242
1239
<section class="hero-section reveal" aria-label="Page introduction">
1243
1240
<p class="hero-kicker">Frontier Architecture · Field-Tested</p>
+ <p style="font-family:'Consolas','Courier New',monospace;font-size:8px;color:var(--purple);letter-spacing:3px;margin-bottom:16px;opacity:0.6;">▲ ▲ ▼ ▼ ◄ ► ◄ ► B A START</p>
1244
<h1 class="hero-headline">
1245
The architectures<br>
1246
<span class="accent">nobody documented yet</span>
0 commit comments