Only underline gallery prev/next links when hovered
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2023-03-30 17:04:18 +02:00
parent 8b8b143874
commit 611a255293
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@
a {
color: $color-overlay-text;
display: block;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
img {