summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-01-10 19:55:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-01-10 20:17:57 +0800
commit30a646efa46a4e861b918fd6e7345b4dfdc21de1 (patch)
tree871b6a5b651b1f9edd6806fbd4eb828ea99f3476
parentf0d65be8cef87084f65f373ddfe51ce5c8405879 (diff)
downloadwww-30a646efa46a4e861b918fd6e7345b4dfdc21de1.tar.gz
About page and CSS fixes.
-rw-r--r--about.html16
-rw-r--r--assets/css/main.css6
2 files changed, 15 insertions, 7 deletions
diff --git a/about.html b/about.html
index ce515a1..f14905b 100644
--- a/about.html
+++ b/about.html
@@ -21,19 +21,23 @@ title: About
<li>hme: Latest articles.</li>
<li>poc: Projects.</li>
<li>abt: Site information.</li>
- <li>lup: Look up articles.</li>
+ <li>lup: Article lookup.</li>
<li>rss: RSS (Atom) feed.</li>
</ul>
<h4>Site credits</h4>
<p>
- The site's CSS is derived from <a href="http://getskeleton.com/"
- class="external" target="_blank" rel="noopener noreferrer">Skeleton</a> by Dave
- Gamache (<a href="/assets/lic/skeleton.txt" target="_blank">license</a>) and <a
+ Font: Arto Hatanpää's Nouveau IBM Stretch.
+ </p>
+
+ <p>
+ CSS: Dave Gamache's <a href="http://getskeleton.com/" class="external"
+ target="_blank" rel="noopener noreferrer">Skeleton</a> (<a
+ href="/assets/lic/skeleton.txt" target="_blank">license</a>) / John Coene's <a
href="https://github.com/JohnCoene/marat" class="external" target="_blank"
- rel="noopener noreferrer">Marat</a> by John Coene (<a
- href="/assets/lic/marat.txt" target="_blank">license</a>).
+ rel="noopener noreferrer">Marat</a> (<a href="/assets/lic/marat.txt"
+ target="_blank">license</a>).
</p>
</div>
diff --git a/assets/css/main.css b/assets/css/main.css
index 0500000..ece9e47 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -204,7 +204,11 @@ pre::-webkit-scrollbar {
}
code {
- line-height: 2.8rem;
+ line-height: 2.4rem;
+ font-family: var(--font-family);
+}
+
+input {
font-family: var(--font-family);
}