From c966b424856acd16e68e7d64a52a8224bfa42abf Mon Sep 17 00:00:00 2001 From: Peter Szekeli Date: Wed, 30 Oct 2024 14:27:48 +0000 Subject: [PATCH] change font color --- frontend/src/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/custom.scss b/frontend/src/custom.scss index 0b4d757..a3be74f 100644 --- a/frontend/src/custom.scss +++ b/frontend/src/custom.scss @@ -59,3 +59,8 @@ body { .user-info { min-width: 800px; } + +.navbar-nav .nav-item .nav-link { + color: #FFFFFF; +} +