logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 28e585daf5c41f5408454b75743085fd7a7e4c4a
parent afc5957cca68bb162ba7d27115deeae065855287
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  1 May 2021 15:05:04 +0200

css: Larger font for homepage article list

Diffstat:

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

diff --git a/css/index.css b/css/index.css @@ -191,6 +191,9 @@ 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=2021050101"/> + <link rel="stylesheet" type="text/css" href="/css/index.css?serial=2021050102"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="vcs-git" href="https://gitlab.com/lanodan/blog.git" title="gitlab"/> <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/>