This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/changes.css

1 line
275 B
CSS

body {
color: black;
background-color: #FFE4C4;
font-family: sans-serif;
margin-left: 2em;
margin-right: 2em;
}
h1, h2, h3, h4, h5, h6 {
color: maroon; font-family: helvetica, arial, sans-serif;
text-align: center;
}
code, pre {
font-family: courier, monospace;
}