From 752b6723b380d8789069af197d184c4c3f1038c3 Mon Sep 17 00:00:00 2001 From: Jerome Hardaway Date: Sun, 10 Nov 2024 23:30:57 -0500 Subject: [PATCH] edit text, fix h4 --- app.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 8fcaefc..88768dd 100644 --- a/app.py +++ b/app.py @@ -49,7 +49,7 @@ } /* Header styling */ - .stTitle, h1, h2, h3, h4 { + .stTitle, h1, h2, h3 { color: var(--navy-blue) !important; font-weight: 600; } @@ -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); @@ -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"