new aesthetics

This commit is contained in:
Patrick McGuire
2021-11-11 17:52:10 -05:00
parent 0c22da8cb7
commit e47d86200d
4 changed files with 96 additions and 70 deletions
+3 -3
View File
@@ -7,11 +7,11 @@ body {
font-size:medium;
padding-top: 15px;
text-align:center;
background-color:black;
color:white;
background-color: rgb(119, 196, 135);
color: black;
}
a {
color:white;
color:black;
}
</style>
</head>