Update jekyll

This commit is contained in:
T
2026-02-02 16:22:00 +01:00
parent 53c6c21a6c
commit de8824f7d4
3 changed files with 38 additions and 27 deletions

View File

@@ -121,7 +121,7 @@ a {
color: $brand-color;
text-decoration: none;
&:visited {
color: darken($brand-color, 15%);
color: color.adjust($brand-color, $lightness: -15%, $space: hsl);
}
&:hover {
color: $text-color;