We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708c0ed commit 4475eefCopy full SHA for 4475eef
src/components/Navigation.astro
@@ -20,7 +20,7 @@ const pages = [
20
}
21
</div>
22
23
-<style is:global>
+<style>
24
.nav-links {
25
display: flex;
26
flex-wrap: wrap;
@@ -37,4 +37,8 @@ const pages = [
37
.active {
38
background-color: var(--surface4);
39
40
+
41
+ .nav-links > :not(.active) {
42
+ opacity: 80%;
43
+ }
44
</style>
src/styles/global.css
@@ -91,7 +91,7 @@ body {
91
#body-content {
92
margin: 0 auto;
93
width: 100%;
94
- max-width: 48rem;
+ max-width: 54rem;
95
96
97
main {
0 commit comments