Skip to content

Commit 5871dd1

Browse files
committed
Improve articles generally
1 parent 39b0d12 commit 5871dd1

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

src/index.ejs

+11-5
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<article class="introduction-article">
9898
<section>
9999
<p>
100-
This is a fan-made website that helps you read the
100+
This is a fan made website that helps you read the
101101
in-game language of
102102
<a
103103
href="https://store.steampowered.com/app/553420/TUNIC/"
@@ -130,8 +130,8 @@
130130
</picture>
131131
</header>
132132
<p>
133-
Anything you type in English will be translated to
134-
phonetic, and then converted to Runic.<br />
133+
Convert English text to phonetic - and then to a Runic
134+
image.<br />
135135
Put phrases within <b>&#64;</b> to display them in
136136
English, like <b>&#64;The Librarian&#64;</b>.
137137
</p>
@@ -159,7 +159,10 @@
159159
/>
160160
</picture>
161161
</header>
162-
<p>Click on any card to copy the vowel.</p>
162+
<p>
163+
The perimeter of a rune describes the vowel - click on a
164+
card to copy it!
165+
</p>
163166
</section>
164167
<div id="rune-vowel-table"></div>
165168
</article>
@@ -184,7 +187,10 @@
184187
/>
185188
</picture>
186189
</header>
187-
<p>Click on any card to copy the consonant.</p>
190+
<p>
191+
The inner segments of a rune describes the consonant -
192+
click on a card to copy it!
193+
</p>
188194
</section>
189195
<div id="rune-consonant-table"></div>
190196
</article>

src/initial-resources/index.css

+7
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ section .section-banner {
9494
section > p {
9595
text-align: center;
9696
text-wrap: balance;
97+
color: var(--on-surface-0-alt);
9798
margin: 1.33em 0;
9899
}
99100

@@ -126,6 +127,12 @@ b {
126127
font-weight: 700;
127128
}
128129

130+
/* Introductory article */
131+
132+
.introduction-article p {
133+
color: var(--on-surface-0);
134+
}
135+
129136
/* The fancy orb stuff */
130137

131138
.fancy-orb-background {

0 commit comments

Comments
 (0)