Skip to content

Commit

Permalink
edit text, fix h4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 11, 2024
1 parent 55bca62 commit 752b672
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
/* Header styling */
.stTitle, h1, h2, h3, h4 {
.stTitle, h1, h2, h3 {
color: var(--navy-blue) !important;
font-weight: 600;
}
Expand All @@ -67,6 +67,10 @@
color: var(--white) !important;
}
section[data-testid="stSidebar"] h4 {
color: var(--white) !important;
}
/* Button styling */
.stButton > button {
background-color: var(--red);
Expand Down Expand Up @@ -437,7 +441,7 @@ def initialize_chat():
"I'm here to help you with:\n\n"
"🔹 VWC Tech Stack:\n"
"- JavaScript/TypeScript\n"
"- Python (FastAPI, Flask, Django)\n"
"- Python (FastAPI, Streamlit)\n"
"- Next.js & Tailwind CSS\n"
"- AI/ML Integration\n\n"
"🔹 Commands:\n"
Expand Down

0 comments on commit 752b672

Please sign in to comment.