From 9cae1db5411dd27a094cb11a5b544e72206b07a6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 25 Apr 2023 02:32:20 +0200 Subject: [PATCH] :: --- static/css/blog/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/blog/index.css b/static/css/blog/index.css index ef875a2..90e5ef3 100644 --- a/static/css/blog/index.css +++ b/static/css/blog/index.css @@ -127,7 +127,7 @@ a:hover { } /* Points côté */ -.timeline > ul > li:before { +.timeline > ul > li::before { position: absolute; content: ""; width: 10px; @@ -145,7 +145,7 @@ a:hover { } /* Point côté hover */ -.timeline > ul > li:hover:before { +.timeline > ul > li:hover::before { background-color: var(--point-hover); box-shadow: 0px 0px 10px 2px var(--point-hover); }