fix: add theme-specific readme logos
This commit is contained in:
4
static/readme-logo-dark.svg
Normal file
4
static/readme-logo-dark.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linejoin="miter">
|
||||
<rect x="6" y="10" width="12" height="12" />
|
||||
<rect x="14" y="6" width="12" height="12" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 257 B |
4
static/readme-logo-light.svg
Normal file
4
static/readme-logo-light.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="#000000" stroke-width="2.5" stroke-linejoin="miter">
|
||||
<rect x="6" y="10" width="12" height="12" />
|
||||
<rect x="14" y="6" width="12" height="12" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 257 B |
Reference in New Issue
Block a user