style: nav
This commit is contained in:
parent
b30d4044f0
commit
d904870bb7
1 changed files with 6 additions and 2 deletions
|
@ -34,7 +34,10 @@ const { links } = Astro.props;
|
||||||
<style>
|
<style>
|
||||||
nav {
|
nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: var(--color-brand-blue-2);
|
background: var(--ayo-gradient);
|
||||||
|
}
|
||||||
|
nav a {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
nav a:hover svg {
|
nav a:hover svg {
|
||||||
color: var(--color-brand-complement);
|
color: var(--color-brand-complement);
|
||||||
|
@ -45,7 +48,8 @@ const { links } = Astro.props;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
#wrapper {
|
#wrapper {
|
||||||
width: fit-content;
|
max-width: var(--content-width);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue