From e1b8cd6c764ef90cbe5b4298db678f67b9e49b21 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 5 Sep 2021 19:04:52 +0200 Subject: [PATCH] Logo toujours opaque --- styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles.css b/styles.css index 9b80495..4efbdb2 100644 --- a/styles.css +++ b/styles.css @@ -79,7 +79,6 @@ h1::before { background-repeat: no-repeat; background-size: 100%; shape-rendering: geometricPrecision; - opacity: 0.8; } h2 { display: block; @@ -526,7 +525,6 @@ footer a::before { background: url(logo_a-lec.svg); background-size: 100%; shape-rendering: geometricPrecision; - opacity: 0.8; -webkit-animation: koan 36000s infinite alternate; -moz-animation: koan 36000s infinite alternate;