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 e2493fb85e114b69ec8088902956a5e32ca866da
parent c186443c8dc3436c5a37553cbd52cc65387811da
Author: FIGBERT <figbert@figbert.com>
Date:   Mon,  2 Nov 2020 00:16:22 -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 @@ -64,6 +64,10 @@ video, picture, img { width: 100%; } +code { + font-size: 1.25rem; +} + h1::before { content: "#"; padding-right: 0.5rem;