chore: update 013 logo

This commit is contained in:
Guz013
2023-08-06 01:35:23 -03:00
parent 0c55c3dd80
commit 274825d75d
4 changed files with 45 additions and 9 deletions

36
assets/013-logo.svg Normal file
View File

@@ -0,0 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 186.23 93.51">
<defs>
<style>
.cls-1 {
fill: #ffffff !important;
}
@media (prefers-color-scheme: light) {
.cls-1 {
fill: #000000 !important;
}
}
html[data-color-mode="dark"][data-dark-theme="dark"] .cls-1,
html[data-color-mode="dark"][data-dark-theme="dark_high_contrast"] .cls-1,
html[data-color-mode="dark"][data-dark-theme="dark_colorblind"] .cls-1 {
fill: #ffffff !important;
}
html[data-color-mode="light"][data-light-theme="light"] .cls-1,
html[data-color-mode="light"][data-light-theme="light_high_contrast"] .cls-1,
html[data-color-mode="light"][data-light-theme="light_colorblind"] .cls-1,
html[data-color-mode="dark"][data-light-theme="dark_dimmed"] .cls-1 {
fill: #000000 !important;
}
</style>
</defs>
<g id="logos">
<g id="light">
<polygon class="cls-1" points="68.37 51.8 22.71 2.1 5.59 17.14 51.25 66.85 68.37 51.8" />
<rect class="cls-1" x="69.45" width="23.01" height="61.64" />
<polygon class="cls-1"
points="145.09 24.19 185.73 24.19 185.73 1.68 105.09 1.68 146.25 70.92 0 71 0.01 93.51 186.23 93.41 145.09 24.19" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -51,17 +51,17 @@
}
}
html[data-color-mode="dark"][data-dark-theme="dark"] path#path70-3,
html[data-color-mode="dark"][data-dark-theme="dark_high_contrast"] path#path70-3,
html[data-color-mode="dark"][data-dark-theme="dark_colorblind"] path#path70-3 {
html[data-color-mode="dark"][data-dark-theme="dark"] path,
html[data-color-mode="dark"][data-dark-theme="dark_high_contrast"] path,
html[data-color-mode="dark"][data-dark-theme="dark_colorblind"] path {
--background: #000000 !important;
--foreground: #ffffff !important;
}
html[data-color-mode="light"][data-light-theme="light"] path#path70-3,
html[data-color-mode="light"][data-light-theme="light_high_contrast"] path#path70-3,
html[data-color-mode="light"][data-light-theme="light_colorblind"] path#path70-3,
html[data-color-mode="dark"][data-light-theme="dark_dimmed"] path#path70-3 {
html[data-color-mode="light"][data-light-theme="light"] path,
html[data-color-mode="light"][data-light-theme="light_high_contrast"] path,
html[data-color-mode="light"][data-light-theme="light_colorblind"] path,
html[data-color-mode="dark"][data-light-theme="dark_dimmed"] path {
--background: #ffffff !important;
--foreground: #000000 !important;
}

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -36,4 +36,4 @@ ou útil. Todos estão licenciados sob licenças permissivas.
<a href="https://github.com/LoredDev/.github/blob/main/LICENSE-CC-BY-SA-4.0">CC BY-SA 4.0</a>
&copy; Gustavo "Guz" L. de Mello
</small>
<img align="right" src="https://raw.githubusercontent.com/LoredDev/.github/main/assets/misc/logo-013-light.svg" width="30ch">
<img align="right" src="https://raw.githubusercontent.com/LoredDev/.github/main/assets/013-logo.svg" width="30ch">

View File

@@ -35,4 +35,4 @@ All of them are licensed under permissive licenses.
<a href="https://github.com/LoredDev/.github/blob/main/LICENSE-CC-BY-SA-4.0">CC BY-SA 4.0</a>
&copy; Gustavo "Guz" L. de Mello
</small>
<img align="right" src="https://raw.githubusercontent.com/LoredDev/.github/main/assets/misc/logo-013-light.svg" width="30ch">
<img align="right" src="https://raw.githubusercontent.com/LoredDev/.github/main/assets/013-logo.svg" width="30ch">