We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a60ba commit af05b89Copy full SHA for af05b89
app.py
@@ -69,7 +69,7 @@ def get_svg_base64(svg_content):
69
padding: 0.2em 0.4em;
70
margin: 0px;
71
border-radius: 0.25rem;
72
- background: rgb(--navy-blue);
+ background: var(--navy-blue);
73
color: var(--white) !important;
74
overflow-wrap: break-word;
75
}
0 commit comments