Link name to bookmarked page (#14)

- Tweak CSS
This commit is contained in:
2024-05-25 12:31:48 -04:00
parent 2495136fc9
commit c4e85e6734
3 changed files with 18 additions and 22 deletions

View File

@@ -97,8 +97,6 @@ article {
img {
max-width: 100%;
object-fit: contain;
height: unset;
width: unset;
}
}
@@ -159,13 +157,13 @@ p.back-link {
&.add {
background-color: lightgray;
:hover {
&:hover {
background: linear-gradient(lightgreen, gray);
}
}
&.remove {
background: linear-gradient(lightgreen, green);
:hover {
&:hover {
background: linear-gradient(gray, lightgreen);
}
}