From 73f29eee797af44a70660b5e20ba2ed51c4ca6b0 Mon Sep 17 00:00:00 2001 From: DridriLaBastos <19534959+DridriLaBastos@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:55:06 +0100 Subject: [PATCH] =?UTF-8?q?Fin=20d'int=C3=A9gration=20du=20bandeau=20avec?= =?UTF-8?q?=20les=20th=C3=A8mes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 7 ++++--- views/home.ejs | 9 ++++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 04353c5..ce551a6 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -870,8 +870,9 @@ body:not(.color-scheme-dark) #site-header.color-scheme-dark .light-scheme-logo:n transition: opacity var(--tr-short) var(--tr-func); } -.color-scheme-dark .light-scheme-icon:not(:only-child) img, -.color-scheme-light .dark-scheme-icon:not(:only-child) img { +.color-scheme-dark .light-scheme-icon:not(:only-child), +.color-scheme-light .dark-scheme-icon:not(:only-child){ + display: none; opacity: 0; transition: opacity var(--tr-short) var(--tr-func); } @@ -2281,7 +2282,7 @@ body:not(.singular) .post-header .post-meta>* { min-width: 66%; border-radius: 15px; background-color: var(--page-color); - box-shadow: 0px 5px 20px -2px var(--input-shadow-alpha); + box-shadow: 0px 5px 50px -2px rgba(0, 0, 0, 0.75); cursor: default; } diff --git a/views/home.ejs b/views/home.ejs index e6eccdd..bb404d5 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -10,21 +10,24 @@