Skip to content

Commit

Permalink
add this styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 13, 2024
1 parent f991c91 commit 203a714
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
[data-testid="stSidebarUserContent"] strong {
color: var(--white) !important;
}
code {
font-family: "Source Code Pro", monospace;
padding: 0.2em 0.4em;
margin: 0px;
border-radius: 0.25rem;
background: rgb(132, 143, 160);
color: var(--white) !important;
overflow-wrap: break-word;
}
</style>
""", unsafe_allow_html=True)

Expand Down

0 comments on commit 203a714

Please sign in to comment.