visual and functional upgrade

This commit is contained in:
Микаэл Оганесян
2026-04-08 05:56:47 +03:00
parent 68c3029835
commit 07c17877ac
48 changed files with 923 additions and 283 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 247 KiB

16
public/svg/logo/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -92,7 +92,7 @@
font-weight: var(--sg-keyboard-font-weight);
text-align: start;
text-anchor: start;
fill: var(--sg-keyboard-ink);
fill: var(--sg-keyboard-ink-soft);
}
#T_alterninsc text {
font-size: 13px;
@@ -113,7 +113,7 @@
font-size: 20px;
font-weight: var(--sg-keyboard-font-weight);
letter-spacing: 0.04em;
fill: var(--sg-keyboard-ink);
fill: var(--sg-keyboard-ink-soft);
stroke: none;
text-align: center;
text-anchor: middle;
@@ -122,7 +122,7 @@
font-size: 17px;
font-weight: var(--sg-keyboard-font-weight);
letter-spacing: 0.03em;
fill: var(--sg-keyboard-ink);
fill: var(--sg-keyboard-ink-soft);
stroke: none;
text-align: center;
text-anchor: middle;
@@ -131,7 +131,7 @@
font-size: 11px;
font-weight: var(--sg-keyboard-font-weight);
letter-spacing: 0.02em;
fill: var(--sg-keyboard-ink);
fill: var(--sg-keyboard-ink-soft);
stroke: none;
text-align: start;
text-anchor: start;
@@ -159,23 +159,17 @@
stroke-width: 0.85;
}
/* Встроенные значки Lucide (обводка); Meta — иконка command (⌘) */
/* Lucide: в покое как подписи tab/caps; нажатие — через injectHighlight */
.sg-lucide path,
.sg-lucide line,
.sg-lucide polyline,
.sg-lucide rect {
fill: none;
stroke: var(--sg-keyboard-ink);
stroke: var(--sg-keyboard-ink-soft);
stroke-width: 1.55;
stroke-linecap: round;
stroke-linejoin: round;
}
#S_kb6b.sg-lucide path {
stroke: var(--sg-keyboard-ink-soft) !important;
}
#S_kb6m.sg-lucide line {
stroke: var(--sg-keyboard-ink) !important;
}
]]>

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB