From 30a646efa46a4e861b918fd6e7345b4dfdc21de1 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 10 Jan 2026 19:55:40 +0800 Subject: About page and CSS fixes. --- about.html | 16 ++++++++++------ assets/css/main.css | 6 +++++- 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
  • hme: Latest articles.
  • poc: Projects.
  • abt: Site information.
  • -
  • lup: Look up articles.
  • +
  • lup: Article lookup.
  • rss: RSS (Atom) feed.
  • Site credits

    - The site's CSS is derived from Skeleton by Dave - Gamache (license) and + +

    + CSS: Dave Gamache's Skeleton (license) / John Coene's Marat by John Coene (license). + rel="noopener noreferrer">Marat (license).

    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); } -- cgit v1.2.3