mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
fix: update font styles
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
.meta-value {
|
||||
margin-top: 5px;
|
||||
line-height: normal;
|
||||
font-family: var(--font-mono);
|
||||
font-size: 11px;
|
||||
font: 11px var(--font-mono);
|
||||
color: var(--foreground);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -59,11 +59,11 @@
|
||||
color: var(--blue);
|
||||
}
|
||||
.tile-label span {
|
||||
font: 10px var(--font-mono);
|
||||
font: 9px var(--font-mono);
|
||||
color: var(--blue);
|
||||
}
|
||||
.tile-label b {
|
||||
font: 400 10px var(--font-mono);
|
||||
font: 400 9px var(--font-mono);
|
||||
color: var(--muted);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
@@ -39,10 +39,12 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
output {
|
||||
font: 11px var(--font-mono);
|
||||
font: 10px var(--font-mono);
|
||||
color: var(--foreground);
|
||||
}
|
||||
input[type="range"] {
|
||||
color: var(--foreground);
|
||||
line-height: inherit;
|
||||
width: 100%;
|
||||
accent-color: var(--blue);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user