increase overall font size

This commit is contained in:
Dominic Reich 2024-03-10 15:25:48 +01:00
parent 878c310079
commit 1b0ab7295c
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

@ -1,6 +1,6 @@
/* Increase the default font size */
html {
font-size: 15pt;
font-size: 16pt;
}
/* Background */ .bg { color: #ffffff; background-color: #000000; !important }