Add safe border around logo
This commit is contained in:
parent
5b37cb3045
commit
b8ba0e2214
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
.tile { stroke: #222222 }
|
.tile { stroke: #222222 }
|
||||||
|
.tile-bg { stroke: white }
|
||||||
.three { stroke: #60869f }
|
.three { stroke: #60869f }
|
||||||
.eight { stroke: #a32121 }
|
.eight { stroke: #a32121 }
|
||||||
.eight-eight-join { fill: #690505 }
|
.eight-eight-join { fill: #690505 }
|
||||||
@ -9,6 +10,7 @@
|
|||||||
.three-three-join { fill: #244662 }
|
.three-three-join { fill: #244662 }
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
.tile { stroke: #ffffff }
|
.tile { stroke: #ffffff }
|
||||||
|
.tile-bg { stroke: black }
|
||||||
.three { stroke: #60869f }
|
.three { stroke: #60869f }
|
||||||
.eight { stroke: #a32121 }
|
.eight { stroke: #a32121 }
|
||||||
.eight-eight-join { fill: #d94d53 }
|
.eight-eight-join { fill: #d94d53 }
|
||||||
@ -17,8 +19,31 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<!-- TILE BACKGROUND -->
|
||||||
|
<g>
|
||||||
|
<line x1="38.5" y1="145.5" x2="379.5" y2="145.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="209" y1="145.5" x2="209" y2="656.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="553.5" y1="145.5" x2="553.5" y2="656.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="743" y1="656.5" x2="1046" y2="656.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="743" y1="145.5" x2="743" y2="656.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="1191.5" y1="145.5" x2="1494.5" y2="145.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="1191.5" y1="401" x2="1453.5" y2="401"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="1191.5" y1="656.5" x2="1494.5" y2="656.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
<line x1="1191.5" y1="145.5" x2="1191.5" y2="656.5"
|
||||||
|
stroke-width="85" stroke-linecap="round" class="tile-bg" />
|
||||||
|
</g>
|
||||||
|
|
||||||
|
|
||||||
<!-- TILE -->
|
<!-- TILE -->
|
||||||
<g class="tile">
|
<g>
|
||||||
<line x1="38.5" y1="145.5" x2="379.5" y2="145.5"
|
<line x1="38.5" y1="145.5" x2="379.5" y2="145.5"
|
||||||
stroke-width="76" stroke-linecap="round" class="tile" />
|
stroke-width="76" stroke-linecap="round" class="tile" />
|
||||||
<line x1="209" y1="145.5" x2="209" y2="656.5"
|
<line x1="209" y1="145.5" x2="209" y2="656.5"
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.0 KiB |
@ -1,6 +1,6 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://tile38.com"><img
|
<a href="https://tile38.com"><img
|
||||||
src="/.github/images/logo.svg"
|
src="/.github/images/logo-auto.svg"
|
||||||
width="284" border="0" alt="Tile38"></a>
|
width="284" border="0" alt="Tile38"></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user