diff --git a/static/css/style.css b/static/css/style.css index 00956aa..0dbef8d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -18,6 +18,10 @@ width: 100%; } + a { + color: black; + } + /* Style the top navigation bar */ nav { display: flex; @@ -87,6 +91,11 @@ width: 100%; } + a { + color: #ddd; + } + + /* Style the top navigation bar */ nav { display: flex; @@ -130,7 +139,6 @@ /* Footer */ footer { - padding: 10px; text-align: center; background: #111; position: fixed;