Skip to content

Commit 3bd94d5

Browse files
committed
make Open Editor button blue
1 parent 575fd39 commit 3bd94d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1 style="font-family:'Space Grotesk',sans-serif;font-size:2rem;font-weight:600
189189
<div class="hero-actions">
190190
<a class="hero-link" href="/reference">Reference</a>
191191
<a class="hero-btn-download" href="/downloads">Download</a>
192-
<a class="hero-btn-download" href="/editor" style="background:#111;color:#fff;">Open Editor</a>
192+
<a class="hero-btn-download" href="/editor" style="background:#4b9cd3;color:#fff;">Open Editor</a>
193193
</div>
194194
<textarea id="hero-editor" style="display:none;"></textarea>
195195

0 commit comments

Comments
 (0)