1
0
Files
plaintextaccounting/out/css/site.css
2023-11-30 12:28:46 -10:00

16 lines
217 B
CSS

body {
background-color:white;
padding-top:2em;
font-size:large;
}
h1, h2, h3, h4, h5, h6 {
font-weight:bold;
white-space:nowrap;
text-shadow: 1px 1px 2px white;
}
.tight p {
margin:0;
}