logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 10871963b3b116e65ae4cd44a2855449cac03d26
parent a8e669ab4af69fccbd77b29a79b9ef8b6354bfa2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 10 Apr 2024 03:02:19 +0200

css/index.css: Keep article titles at normal font size

Feels like it just ends up too big for the amount of text,
maybe I shouldn't have Light Novel style titles for my articles uh.

Diffstat:

Mcss/index.css3---
Mtemplates/head.shtml2+-
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -243,9 +243,6 @@ nav { nav, .indexlist { line-height: 1.5; } -main .indexlist li a { - font-size: larger; -} /* footer */ footer { diff --git a/templates/head.shtml b/templates/head.shtml @@ -1,5 +1,5 @@ <meta charset="utf-8"/> - <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024040601"/> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2024041001"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="vcs-git" href="https://hacktivis.me/git/blog/"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>