diff --git a/src/static/css/style.css b/src/static/css/style.css index f56e374..faf40ca 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -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;