From f81da9ecf7660e7b06efb9749b5a60774c92d1a0 Mon Sep 17 00:00:00 2001 From: chakr Date: Mon, 20 Feb 2023 23:24:22 -0500 Subject: [PATCH] add colors to links --- static/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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;