Fix some font scaling
This commit is contained in:
@@ -15,3 +15,9 @@ const { date } = Astro.props;
|
||||
})
|
||||
}
|
||||
</time>
|
||||
<style>
|
||||
time {
|
||||
font-family: "Fira Code", monospace;
|
||||
font-size: var(--font-size-sm);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -20,6 +20,7 @@ const isActive = href === pathname || href === '/' + (subpath?.[0] || '');
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--color-light-text);
|
||||
font-size: var(--font-size-lg);
|
||||
}
|
||||
|
||||
a.hover {
|
||||
|
||||
Reference in New Issue
Block a user