изменение цветов бренда
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-24 09:25:48 +03:00
parent 9193fd27ae
commit d1f97f9efe
8 changed files with 21 additions and 44 deletions

View File

@@ -68,12 +68,12 @@
</g>
</svg>
<span class="text-h4 text-bold q-pr-xs" style="color: var(--logo-color-bg-white);">
<span class="text-h4 q-pr-xs text-brand" style="color: var(--logo-color-bg-white);">
tg
</span>
<span class="text-h4 text-brand text-bold q-pa-0">
Projects
<span class="text-h4 text-brand2 text-bold q-pa-0">
Crew
</span>
</div>
@@ -99,16 +99,16 @@
}
.iconcolor {
--icon-color: var(--logo-color-bg-white);
--icon-color: #27A7E7;
}
@keyframes blink {
100%,
0% {
fill: $light-green-14;
fill: #f8b59b;
}
60% {
fill: $green-14;
fill: #F36D3A;
}
}