Icons with lighter blue

This commit is contained in:
Philip Abbey
2025-11-10 20:41:48 +00:00
parent 1bdc117c13
commit 38d9c2c06d
56 changed files with 56 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
<svg height="32" viewBox="0 0 960 960" width="32" xmlns="http://www.w3.org/2000/svg">
<style>
.colour1 { fill: #4444ff; }
.colour1 { fill: #0091ff; }
.colour2 { fill: #00ccff; }
</style>
<rect class="colour1" height="160" rx="20" ry="20" width="560" x="300" y="160"/>

Before

Width:  |  Height:  |  Size: 572 B

After

Width:  |  Height:  |  Size: 572 B

View File

@@ -1,6 +1,6 @@
<svg height="32" viewBox="0 0 960 960" width="32" xmlns="http://www.w3.org/2000/svg">
<style>
.colour1 { stroke: #4444ff; }
.colour1 { stroke: #0091ff; }
.colour2 { fill: #00ccff; }
</style>
<circle class="colour1" cx="480" cy="480" fill-opacity="0.0" r="400" stroke-width="60"/>

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

View File

@@ -2,7 +2,7 @@
<style>
text.small { font: bold 400px sans-serif; }
text.large { font: bold 500px sans-serif; }
.colour1 { fill: #4444ff; }
.colour1 { fill: #0091ff; }
.colour2 { fill: #00ccff; }
rect.colour2 { stroke: #00ccff; }
</style>

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

View File

@@ -1,6 +1,6 @@
<svg height="32" viewBox="0 0 960 960" width="32" xmlns="http://www.w3.org/2000/svg">
<style>
.colour1 { fill: #4444ff; }
.colour1 { fill: #0091ff; }
.colour2 { fill: #00ccff; }
</style>
<g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB