fix: update font styles

This commit is contained in:
2026-08-31 09:14:33 +05:00
parent ecc8efcc45
commit 0b13d4c9e8
5 changed files with 18 additions and 13 deletions
+5 -1
View File
@@ -55,7 +55,7 @@
.step-index {
grid-column: 1;
grid-row: 1;
font: 600 22px var(--font-mono);
font: 11px var(--font-mono);
color: var(--blue);
padding: 17px 0 0px 15px;
border-right: 1px solid var(--line);
@@ -92,6 +92,10 @@
background: transparent;
color: var(--muted);
cursor: pointer;
line-height: inherit;
& :global(svg) {
line-height: inherit;
}
}
.step-card :global(.drag) {
margin-top: 17px;