_sass/hydejack/_links.pre.scss in jekyll-theme-hydejack-9.1.6 vs _sass/hydejack/_links.pre.scss in jekyll-theme-hydejack-9.1.7

- old
+ new

@@ -28,11 +28,13 @@ text-decoration-thickness: 2px; } // >>> // <<< link - transition: color 250ms, text-decoration-color 250ms, border-color 250ms; + & { + transition: color 250ms, text-decoration-color 250ms, border-color 250ms; + } &:hover { transition: color 50ms, text-decoration-color 50ms, border-color 50ms; } // >>> @@ -48,17 +50,17 @@ .content a:not(.btn):not(.no-hover) { // <<< inline @supports ((text-decoration-thickness: initial) and (text-underline-offset: initial)) { text-decoration-color: var(--accent-color-faded); } - border-color: var(--accent-color-faded); + & { border-color: var(--accent-color-faded); } // >>> // <<< link &:hover { @supports ((text-decoration-thickness: initial) and (text-underline-offset: initial)) { text-decoration-color: var(--accent-color); } - border-color: var(--accent-color); + & { border-color: var(--accent-color); } } // >>> } // <<< link \ No newline at end of file