Skip to content

Commit d545b4e

Browse files
committed
PR feedback: Adjust page title color + content
1 parent 58348a5 commit d545b4e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

static/css/v3/learn-page.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
font-size: var(--font-size-3xl);
1414
font-weight: var(--font-weight-regular);
1515
line-height: var(--line-height-tight);
16+
color: var(--color-text-primary);
1617
/* 64px */
1718
letter-spacing: -0.64px;
1819
margin: 0;

templates/v3/learn_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% block content %}
1414
<div class="px-large">
1515
<div class="learn-page-header py-large">
16-
<h1>Start anywhere. Learn everything. Build anything</h1>
16+
<h1>Start anywhere. Learn everything. Build anything.</h1>
1717
<p>A complete, well-documented ecosystem of modern libraries-designed to grow with you.</p>
1818
</div>
1919
<div class="card-row py-large">

0 commit comments

Comments
 (0)