Skip to content

Commit

Permalink
added more styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 13, 2024
1 parent 203a714 commit 900116f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,20 @@
padding: 0.2em 0.4em;
margin: 0px;
border-radius: 0.25rem;
background: rgb(132, 143, 160);
background: rgb(--navy-blue);
color: var(--white) !important;
overflow-wrap: break-word;
}
/* Style chat input text color */
.stTextInput input, .stTextInput textarea {
color: white !important;
}
/* Style placeholder text color */
.stTextInput input::placeholder, .stTextInput textarea::placeholder {
color: rgba(255, 255, 255, 0.6) !important;
}
</style>
""", unsafe_allow_html=True)

Expand Down

0 comments on commit 900116f

Please sign in to comment.