From cfed03fc2331c31b21354308b16ebddb75ec70a6 Mon Sep 17 00:00:00 2001 From: LENOVO Date: Sun, 22 Sep 2024 01:55:42 -0600 Subject: [PATCH] accessibilty colors --- src/styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/styles.css b/src/styles.css index 90d4ee007..65a5ba1e5 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1 +1,15 @@ /* You can add global styles to this file, and also import other style files */ +a { + color: #03801e; + } + a.nav-link { + color: rgba(80, 4, 127, 0.772); + } + + .navbar-light .navbar-nav .nav-link { + color: #036218; + } + x p { + color: black; + } + \ No newline at end of file