From 3bc4d142705cf3f3fa37fc0a8b487738742dbd91 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 24 Dec 2022 12:21:38 -0500 Subject: gemtext: Format headers differently --- browset.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'browset.css') diff --git a/browset.css b/browset.css index a9af080..d965878 100644 --- a/browset.css +++ b/browset.css @@ -6,3 +6,16 @@ height: 3; dock: top; } +.header { + content-align: center middle; +} +.h1.header { + border:double white; + text-style: bold; +} +.h2.header { + border-bottom: solid white; + text-style: bold; +} +.h3.header { +} -- cgit 1.4.1