From d8fdaefe0e9d54faa4137f282ffe637d5fce54dc Mon Sep 17 00:00:00 2001 From: thejmitchener Date: Thu, 14 Nov 2024 14:30:29 -0500 Subject: [PATCH] Added new color variables for the navigation bar and its text to the Tailwind CSS configuration file. These changes were made to customize the appearance of the navigation bar and improve the overall design of the website. --- stubs/tailwind.config.js.stub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stubs/tailwind.config.js.stub b/stubs/tailwind.config.js.stub index f60fe61..3ffad4a 100644 --- a/stubs/tailwind.config.js.stub +++ b/stubs/tailwind.config.js.stub @@ -72,6 +72,9 @@ export default { 900: '#737E96', 950: '#657187', }, + 'nav' : '#FFFFFF', + 'nav-type' : '#000000', + 'nav-type-trans' : '#FFFFFF', 'tint' : '#003082', //this sets the color of the tint 'type' : '#1f2937', //this sets the color of most body text 'hero-type' : '#fff',