site/src/stylesheet.css

17 lines
174 B
CSS

body {
background-color: #f08080;
}
pre {
color: black;
font-size: large;
text-align: center;
}
a:link {
color: purple;
}
a:visited {
color: red;
}