We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58348a5 commit d545b4eCopy full SHA for d545b4e
2 files changed
static/css/v3/learn-page.css
@@ -13,6 +13,7 @@
13
font-size: var(--font-size-3xl);
14
font-weight: var(--font-weight-regular);
15
line-height: var(--line-height-tight);
16
+ color: var(--color-text-primary);
17
/* 64px */
18
letter-spacing: -0.64px;
19
margin: 0;
templates/v3/learn_page.html
@@ -13,7 +13,7 @@
{% block content %}
<div class="px-large">
<div class="learn-page-header py-large">
- <h1>Start anywhere. Learn everything. Build anything</h1>
+ <h1>Start anywhere. Learn everything. Build anything.</h1>
<p>A complete, well-documented ecosystem of modern libraries-designed to grow with you.</p>
</div>
<div class="card-row py-large">
0 commit comments