Skip to content

Commit

Permalink
add background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 13, 2024
1 parent 31a60ba commit af05b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_svg_base64(svg_content):
padding: 0.2em 0.4em;
margin: 0px;
border-radius: 0.25rem;
background: rgb(--navy-blue);
background: var(--navy-blue);
color: var(--white) !important;
overflow-wrap: break-word;
}
Expand Down

0 comments on commit af05b89

Please sign in to comment.