Skip to content

Commit af05b89

Browse files
add background color
1 parent 31a60ba commit af05b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_svg_base64(svg_content):
6969
padding: 0.2em 0.4em;
7070
margin: 0px;
7171
border-radius: 0.25rem;
72-
background: rgb(--navy-blue);
72+
background: var(--navy-blue);
7373
color: var(--white) !important;
7474
overflow-wrap: break-word;
7575
}

0 commit comments

Comments
 (0)