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

@@ -56,7 +56,6 @@ main.with-meta {
.post {
display: block;
color: inherit;
text-decoration: none;
&:not(:first-child) {
margin-top: 4rem;
@@ -81,7 +80,7 @@ main.with-meta {
.post:hover .title,
.post:hover .summary {
color: var(--text-900);
color: var(--text-800);
}
}