Is the light too bright?

This commit is contained in:
nik gaffney 2021-08-29 14:37:43 +02:00
parent 4c707a3c89
commit ae0e659e91

View file

@ -1,10 +1,10 @@
/* Document Layout */ /* Document Layout */
body { body {
line-height: 1.1em;
font-family: sans-serif; font-family: sans-serif;
font-size: 1.0em; font-size: 1.0em;
background: "#ffffff"; line-height: 1.1em;
background: #ffffff;
} }
p { p {
@ -59,8 +59,9 @@ p {
border-style: dotted; border-style: dotted;
border-color: #ffa000; border-color: #ffa000;
font-family: Courier; font-family: Courier;
font-size: 1.5em;
text-align: center; text-align: center;
font-size: 1.3em;
line-height: 1.5em;
padding: 5px; padding: 5px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;