Compare commits
3 Commits
26168627b4
...
cd252fc6ae
| Author | SHA1 | Date | |
|---|---|---|---|
| cd252fc6ae | |||
| 31e378727d | |||
| 3ae346cbfc |
@@ -32,6 +32,9 @@ const { title, description, image = '/logo.png' } = Astro.props;
|
||||
<meta name="title" content={title} />
|
||||
<meta name="description" content={description} />
|
||||
|
||||
<!-- Fediverse -->
|
||||
<meta name="fediverse:creator" content="@pantonius@mastodon.social">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content={Astro.url} />
|
||||
|
||||
@@ -54,7 +54,6 @@ import Socials from "./Socials.astro";
|
||||
}
|
||||
|
||||
.internal-links {
|
||||
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -62,6 +61,7 @@ import Socials from "./Socials.astro";
|
||||
width: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.internal-links a {
|
||||
@@ -69,6 +69,7 @@ import Socials from "./Socials.astro";
|
||||
color: var(--text);
|
||||
border-bottom: 4px solid transparent;
|
||||
text-decoration: none;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.internal-links a.active {
|
||||
|
||||
Reference in New Issue
Block a user