Icons with lighter blue
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 960" height="48" width="48">
|
||||
<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: 589 B After Width: | Height: | Size: 589 B |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 960" height="48" width="48">
|
||||
<style>
|
||||
.colour1 { stroke: #4444ff; }
|
||||
.colour1 { stroke: #0091ff; }
|
||||
.colour2 { fill: #00ccff; }
|
||||
</style>
|
||||
<circle class="colour1" cx="480" cy="480" r="400" stroke-width="60" fill-opacity="0.0" />
|
||||
|
||||
|
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 411 B |
@@ -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: 600 B After Width: | Height: | Size: 600 B |
@@ -1,6 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 960" height="48" width="48">
|
||||
<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 |