From f4b4f8359494f8f6bf915e562d072d5cde127fbe Mon Sep 17 00:00:00 2001 From: Dar Malovani Date: Mon, 26 Aug 2024 15:54:59 +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..5041986 100644 --- a/frontend/src/custom.scss +++ b/frontend/src/custom.scss @@ -32,6 +32,10 @@ body { margin-bottom: 2 * $spacer; } +.navbar-nav .nav-item .nav-link { + color: #FFFFFF; +} + .user-pic { height: 40px; width: 40px;