Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #10

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions stubs/tailwind.config.js.stub
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down