From 54167bb10e86871d8cc9cd44a488707e848947be Mon Sep 17 00:00:00 2001 From: Ulysia Date: Mon, 14 Oct 2024 09:35:41 +0200 Subject: [PATCH] limited opacity --- quartz/components/styles/customfooter.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/styles/customfooter.scss b/quartz/components/styles/customfooter.scss index 53d5e39..1e73486 100644 --- a/quartz/components/styles/customfooter.scss +++ b/quartz/components/styles/customfooter.scss @@ -2,7 +2,7 @@ footer { text-align: left; margin-bottom: 4rem; // opacity: 0.7; - * { + > * { opacity: 0.7; }