hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 1d772e47290414fb7ca5cdcf194dfd027933fd05
parent c942f571fc9f893609bf808f29d1d4b9822f48e8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 19 Apr 2021 14:49:26 -0400

haredoc: expand size of declaration text

Diffstat:
Mcmd/haredoc/html.ha | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/cmd/haredoc/html.ha b/cmd/haredoc/html.ha @@ -306,6 +306,10 @@ pre .type { color: #44F; } +pre.decl { + font-size: 1.2rem; +} + ol { padding-left: 0; list-style: none;