refine typography

This commit is contained in:
2024-03-02 11:00:12 -05:00
parent 1078d8935f
commit 9cb5d1d5dd
6 changed files with 22 additions and 11 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ const { title, date, slug } = Astro.props;
<style>
h2,
h2 a {
font-size: 1.4rem;
font-size: 1.5rem;
font-family: Oswald, sans-serif;
margin-bottom: 0.5rem;
}
h3 {
+5 -1
View File
@@ -72,15 +72,19 @@ const navLinks: NavLink[] = [
nav ul li a {
position: relative;
font-size: 1.2rem;
display: flex;
gap: 0.5rem;
align-items: center;
text-decoration: none;
}
nav ul li a span {
font-size: 1.2rem;
}
nav ul li a::before {
content: '•';
font-size: 1.6rem;
position: absolute;
left: -12px;
color: var(--blue);