From 163785246c18f6b7c6068d14b569a6caadef097d Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 26 Jul 2023 19:30:12 +0200 Subject: minor --- pages.html | 1 + style.css | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages.html b/pages.html index 24f15c4..9f99b7f 100644 --- a/pages.html +++ b/pages.html @@ -26,6 +26,7 @@ + diff --git a/style.css b/style.css index 6804791..c8ac793 100644 --- a/style.css +++ b/style.css @@ -47,8 +47,8 @@ br{ background-color: rgba(220, 237, 200, 0.55); border: 3px solid skyblue; border-radius: 2%; - transition-property: opacity; - transition-duration: 0.3s; + transition-property: opacity, box-shadow; + transition-duration: 0.3s, 0.6s; /*animation-name: spin; animation-duration: 2s; animation-iteration-count: infinite; @@ -70,6 +70,7 @@ a.text-link::after{ .link:hover { opacity: 0.6; + box-shadow: 4px 4px chartreuse, -4px -4px chartreuse, -4px 4px chartreuse, 4px -4px chartreuse; /*animation-name: heylisten; animation-duration: 1.5s; animation-timing-function: linear; @@ -99,7 +100,7 @@ a.text-link::after{ margin: 3% 0; margin-bottom: auto; padding: 1%; - background-color: rgba(220, 237, 200, 0.65); + background-color: rgba(220, 237, 200, 0.80); border-radius: 5px; border: 5px dotted #b4d545; } -- cgit v1.2.3