Update to jekyll 4

This commit is contained in:
T
2026-08-08 01:02:25 +02:00
parent 9f86196c47
commit 3c27809fc5
4 changed files with 45 additions and 41 deletions
+1 -1
View File
@@ -120,7 +120,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;