From 4ce990d51101116c458b88f8edd0590096ae507f Mon Sep 17 00:00:00 2001 From: Dar Malovani Date: Mon, 19 Aug 2024 17:31:50 +0300 Subject: [PATCH] Update custom.scss --- frontend/src/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/custom.scss b/frontend/src/custom.scss index 0b4d757..788092c 100644 --- a/frontend/src/custom.scss +++ b/frontend/src/custom.scss @@ -59,3 +59,7 @@ body { .user-info { min-width: 800px; } + +.navbar-nav .nav-item .nav-link { + color: #FFFFFF; +}