Skip to content

Commit 78caff5

Browse files
committed
Fix unified headlines.
1 parent 5d18a53 commit 78caff5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/components/ui/Headline.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const isCenter = center ? "text-center" : "";
2424
h4,
2525
h5,
2626
h6 {
27-
font-weight: bold;
27+
font-weight: 500;
2828
font-family: var(--font-display);
2929
line-height: 1.25;
3030

@@ -84,4 +84,8 @@ const isCenter = center ? "text-center" : "";
8484
--min-fs: 1;
8585
--max-fs: 1.5;
8686
}
87+
88+
a:hover {
89+
color:var(--color-primary-hover);
90+
}
8791
</style>

src/data/links.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@
110110
{
111111
"name": "FAQ",
112112
"path": "/faq"
113-
},
114-
{
115-
"name": "Code of Conduct",
116-
"path": "https://www.europython-society.org/coc/"
117113
}
118114
]
119115
},

src/pages/community-partners.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const sponsors = await getCollection("sponsors", ({ data }) => {
1919
>
2020

2121

22-
<Headline id="community-partners" title="Community partners" center=true />
22+
<Headline as="h1" id="community-partners" title="Community partners" />
2323
<p>
2424
EuroPython is a community-driven conference, we wouldn't be able to make as much impact without the support of our brilliant Community Partners. Get to know our partners better below (alphabetical order).
2525
</p>

0 commit comments

Comments
 (0)