udpate custom css (use a smaller font)

This commit is contained in:
Dominic Reich 2024-04-21 22:04:40 +02:00
parent 83ee316529
commit 7824ea2823
Signed by: dominic
GPG key ID: BC9D6AE1A3BE169A

View file

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