mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
fix: increase font size
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
gap: var(--space-s);
|
||||
line-height: normal;
|
||||
font-family: var(--font-mono);
|
||||
font-size: var(--font-text);
|
||||
font-size: var(--font-size-s);
|
||||
font-weight: bold;
|
||||
border-width: var(--size-border-thick);
|
||||
padding: var(--space-s) var(--space-m);
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
border-color: var(--color-main);
|
||||
border-width: var(--size-border-thick);
|
||||
border-radius: var(--radius-s);
|
||||
font-size: var(--font-button);
|
||||
font-size: var(--font-size-l);
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
background: var(--color-main);
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
.nav a {
|
||||
color: var(--color-text);
|
||||
font: bold var(--font-text) var(--font-mono);
|
||||
font: bold var(--font-size-s) var(--font-mono);
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user