commit 7b03447d1b7fb55e3c27f00c3d2471f698fad2d3 parent d8a9d819ce8e1440aaf10102fc4e1fe415905ab6 Author: FIGBERT <figbert@figbert.com> Date: Thu, 17 Jun 2021 16:56:46 -0700 Increase font weight of headings Diffstat:
M | static/global.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/static/global.css b/static/global.css @@ -51,7 +51,7 @@ h4, h5, h6 { margin: 0; - font-weight: 400; + font-weight: 700; position: relative; }