mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24: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};
|
fill: {color};
|
||||||
}}
|
}}
|
||||||
.background {{
|
.background {{
|
||||||
fill: white;
|
fill: black;
|
||||||
}}
|
}}
|
||||||
</style>
|
</style>
|
||||||
<rect class="background" width="{width}" height="{height}" x="0" y="0" />
|
<rect class="background" width="{width}" height="{height}" x="0" y="0" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue