style.css changes (<ul> color, <a> color)

This commit is contained in:
Thomas Smith 2022-06-20 11:04:04 -04:00
parent 4d10a78c57
commit c940195a54

View file

@ -305,6 +305,18 @@ For authenticated users:
color: #54BAAB;
}
ul{
color: #fff;
}
a{
color: #54BAAB;
}
a:hover{
color: #54BAAB;
}
.btn-primary{
background-color: #54BAAB;
border: none;