commit 104c34da2b20ff73891019519bb1dafb798d318b
parent 25fc39dff23cb5e9c8b76fd6db2ca5abd60c058a
Author: Dan Callaghan <djc@djc.id.au>
Date: Sun, 12 Oct 2025 12:23:20 +1100
fix typo in body font-size
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
@@ -3,7 +3,7 @@ body {
padding: 0;
background: #151515 url("../images/bkg.png") 0 0;
color: #eaeaea;
- font: 16px;
+ font-size: 16px;
line-height: 1.5;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}