Commit 5871dd1 1 parent 39b0d12 commit 5871dd1 Copy full SHA for 5871dd1
File tree 2 files changed +18
-5
lines changed
2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 97
97
<article class =" introduction-article" >
98
98
<section >
99
99
<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
101
101
in-game language of
102
102
<a
103
103
href =" https://store.steampowered.com/app/553420/TUNIC/"
130
130
</picture >
131
131
</header >
132
132
<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 />
135
135
Put phrases within <b >@ ; </b > to display them in
136
136
English, like <b >@ ; The Librarian@ ; </b >.
137
137
</p >
159
159
/>
160
160
</picture >
161
161
</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 >
163
166
</section >
164
167
<div id =" rune-vowel-table" ></div >
165
168
</article >
184
187
/>
185
188
</picture >
186
189
</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 >
188
194
</section >
189
195
<div id =" rune-consonant-table" ></div >
190
196
</article >
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ section .section-banner {
94
94
section > p {
95
95
text-align : center;
96
96
text-wrap : balance;
97
+ color : var (--on-surface-0-alt );
97
98
margin : 1.33em 0 ;
98
99
}
99
100
126
127
font-weight : 700 ;
127
128
}
128
129
130
+ /* Introductory article */
131
+
132
+ .introduction-article p {
133
+ color : var (--on-surface-0 );
134
+ }
135
+
129
136
/* The fancy orb stuff */
130
137
131
138
.fancy-orb-background {
You can’t perform that action at this time.
0 commit comments