mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-29 02:44:18 +00:00
18 lines
226 B
CSS
18 lines
226 B
CSS
|
|
body {
|
|
margin-top: 0%;
|
|
margin-left: 0%;
|
|
margin-right: 0%;
|
|
margin-bottom: 0%;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
pre {
|
|
background-color: #E0E0E0;
|
|
color: black;
|
|
border: thin;
|
|
border-style: solid;
|
|
}
|
|
|