figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 72d41d3a279974058ec47e6ef09ed132e98a3975
parent 9f9e0f6fac8f249a8a0e81cd712a00cb02757a6f
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 17 Dec 2024 14:51:59 -0800

Increase code font size

Diffstat:
Mstatic/global.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -218,6 +218,10 @@ blockquote { 1 10 1 10 stretch stretch; } +code { + font-size: 120%; +} + .zola-anchor { opacity: 0%; position: absolute;