From 0b789f49b1a242a3e06eb79b33f7ed7fd94550d5 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Thu, 15 Aug 2024 18:25:10 +0200 Subject: feat: finished the Web Revival section --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 33c00d2..ea2b9cb 100644 --- a/style.css +++ b/style.css @@ -57,6 +57,10 @@ nav sep { margin: auto 0; } +.text-link:hover { + font-weight: bold; +} + .text-link::after { content: '<'; } @@ -65,6 +69,10 @@ nav sep { content: '>'; } +.link-color { + color: var(--lblue); +} + section>span>p { padding-left: 30vw; } @@ -209,6 +217,7 @@ h1:hover,h2:hover { } .event:hover { + border-right: none; box-shadow: 2px 2px rgb(20, 20, 255); transform: translate(-2px, -2px); animation: 1s ease-in-out alternate infinite blue-shift; -- cgit v1.2.3