mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
style: Change background color to black in SVG logo
This commit is contained in:
parent
b652a8416d
commit
f032606f32
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def generate_svg_with_embedded_font(font_path, text="aider", color="#14b014", ou
|
|||
fill: {color};
|
||||
}}
|
||||
.background {{
|
||||
fill: white;
|
||||
fill: black;
|
||||
}}
|
||||
</style>
|
||||
<rect class="background" width="{width}" height="{height}" x="0" y="0" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue