From 57526f6ccdfdcd04f97222cd6350e2ef2cd80a79 Mon Sep 17 00:00:00 2001 From: Arnaud Levy Date: Sun, 15 Feb 2026 09:06:30 +0100 Subject: [PATCH] Not working --- .../lazy-player.sass => components/lazy-video-player.sass} | 0 assets/sass/_theme/hugo-osuny.sass | 4 ++-- assets/sass/_theme/utils/links.sass | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) rename assets/sass/_theme/{design-system/lazy-player.sass => components/lazy-video-player.sass} (100%) diff --git a/assets/sass/_theme/design-system/lazy-player.sass b/assets/sass/_theme/components/lazy-video-player.sass similarity index 100% rename from assets/sass/_theme/design-system/lazy-player.sass rename to assets/sass/_theme/components/lazy-video-player.sass diff --git a/assets/sass/_theme/hugo-osuny.sass b/assets/sass/_theme/hugo-osuny.sass index 05ee4d83d..160feda90 100644 --- a/assets/sass/_theme/hugo-osuny.sass +++ b/assets/sass/_theme/hugo-osuny.sass @@ -36,7 +36,6 @@ @import design-system/header @import design-system/hero @import design-system/image -@import design-system/lazy-player @import design-system/logo @import design-system/nav @import design-system/notes @@ -51,8 +50,9 @@ @import design-system/video // Components -@import components/slider +@import components/lazy-video-player @import components/lightbox +@import components/slider // Blocks @import blocks/base diff --git a/assets/sass/_theme/utils/links.sass b/assets/sass/_theme/utils/links.sass index 376d7e4ce..1efe84fd2 100644 --- a/assets/sass/_theme/utils/links.sass +++ b/assets/sass/_theme/utils/links.sass @@ -11,6 +11,8 @@ &:hover text-decoration-color: alphaColor($color, 1) text-decoration-thickness: $link-underline-thickness + &:visited + text-decoration-style: dotted @mixin stretched-link($pseudo-element: after) &::#{$pseudo-element}