added font size to body

This commit is contained in:
CJSatnarine
2025-04-01 00:58:53 -04:00
parent 05abcdf42f
commit ca19804b3c

View File

@@ -3,6 +3,7 @@
body {
background-color: colours.$background;
font-family: 'Roboto Mono';
font-size: large;
}
a:link,