1
0
Files
plaintextaccounting/out/css/site.css
Simon Michael 6f67b1bc2c switch to a mdbook-like file layout, using src/ and out/
Unlike mdbook, the out/ directory contains needed assets and is not expendable.
2023-11-27 19:10:08 -10:00

26 lines
253 B
CSS

body {
background-color:white;
}
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;
}
*/