tweak header bar styling
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
import '@styles/main.css';
|
import '@styles/main.css';
|
||||||
import '@fontsource-variable/baskervville';
|
|
||||||
import '@fontsource-variable/baskervville-sc';
|
import '@fontsource-variable/baskervville-sc';
|
||||||
import ThemeSwitcher from '@components/ThemeSwitcher.astro';
|
import ThemeSwitcher from '@components/ThemeSwitcher.astro';
|
||||||
---
|
---
|
||||||
@@ -36,8 +35,8 @@ import ThemeSwitcher from '@components/ThemeSwitcher.astro';
|
|||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
font-family: 'Baskervville Variable';
|
font-family: 'Figtree Variable';
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
font-size: 1.3rem;
|
font-size: 1.3rem;
|
||||||
color: var(--nav-link-color);
|
color: var(--nav-link-color);
|
||||||
|
|
||||||
@@ -50,6 +49,7 @@ import ThemeSwitcher from '@components/ThemeSwitcher.astro';
|
|||||||
&.home {
|
&.home {
|
||||||
font-family: 'Baskervville SC Variable';
|
font-family: 'Baskervville SC Variable';
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
text-decoration-thickness: 0.125rem;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user