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