Only use link color on elements with 'href', plus some cleanup

This commit is contained in:
Alex Shpak
2025-08-07 09:46:40 +02:00
parent 45d90424ab
commit 722c81beb0
5 changed files with 10 additions and 15 deletions
+2 -2
View File
@@ -124,7 +124,7 @@
border-radius: $border-radius;
overflow: hidden;
text-wrap: nowrap;
color: var(--color-text);
color: var(--body-font-color);
span {
display: inline-block;
@@ -146,7 +146,7 @@
}
}
}
// {{< steps >}}
.book-steps {
>ol {