1
0
Files
plaintextaccounting/out/css/site.css
2023-11-28 00:59:27 -10:00

28 lines
295 B
CSS

body {
background-color:white;
padding-top:2em;
font-size:large;
}
h1, h2, h3 {
font-weight:bold;
white-space:nowrap;
}
/*
p > strong > a, p > strong > a:hover {
text-decoration:none;
color:black;
}
*/
.tight p {
margin:0;
}
/*
li {
margin-bottom:0;
}
*/