Update style.css

This commit is contained in:
Ian Skinner 2021-06-24 17:58:35 -04:00 committed by GitHub
parent ac56b5b127
commit 3d6b83df94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +1 @@
body {
background-color: black;
}
h1 {
color: green;
text-align: left;
}
p {
color: green;
font-family: helvetica;
font-size: 20px;
}
li {
color: green;
font-family: helvetica;
font-size: 20px;
}
code {
color: green;
font-family: courier new;
font-size: 18px;
}