server: use different listener for better inotify events

This commit is contained in:
Naman Sood 2021-03-02 22:32:20 -05:00
parent c5b1e0363e
commit ab5aae8bd1
4 changed files with 128 additions and 85 deletions

View file

@ -237,18 +237,17 @@ article {
text-decoration: none;
background-image: linear-gradient(
transparent 80%,
$lightColor 80%,
$lightColor 85%,
transparent 85%
lighten($lightColor, 15%) 80%,
lighten($lightColor, 15%) 87.5%,
transparent 87.5%
);
&:hover {
color: $bodyColor;
background-image: linear-gradient(
transparent 80%,
lighten($lightColor, 15%) 80%,
lighten($lightColor, 15%) 85%,
transparent 85%
lighten($bodyColor, 15%) 80%,
lighten($bodyColor, 15%) 87.5%,
transparent 87.5%
);
}
}