Add photoswipe captions

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-14 19:30:36 +03:00
parent 2200d995ce
commit 140a6b938e
8 changed files with 80 additions and 11 deletions

View File

@@ -12,12 +12,11 @@
align-items: center;
a {
text-decoration: none;
color: inherit;
}
a:hover {
color: var(--text-900);
color: var(--text-800);
}
.site-title {
@@ -83,7 +82,7 @@
gap: 2rem;
li a {
font-size: 1.25rem;
font-size: 1.5rem;
}
}
}