increased font size

This commit is contained in:
Tabby 2025-05-01 13:17:57 +10:00
parent 894adc52ea
commit c1203381ab

View file

@ -17,6 +17,7 @@ body{
background-color: var(--bg);
color: var(--fg);
font-family: "Baloo Chettan 2";
font-size: 18px;
}
hr {