From 8aaf4f5d7a749d0b701228efdf84ee8e2cb2e9f2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 8 Jul 2023 23:49:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20(tps)=20background=20to=20?= =?UTF-8?q?only=20focusable=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 50ff070..c72fa62 100644 --- a/style.css +++ b/style.css @@ -34,11 +34,14 @@ ul { li { list-style: none; - background-color: var(--background-color); text-align: center; padding: 0.5rem 1rem; } +.focusable { + background-color: var(--background-color); +} + .customer-satisfaction-roof { display: flex; flex-direction: column; @@ -46,7 +49,6 @@ li { align-items: center; text-align: center; border-radius: 5rem 5rem 0.5rem 0.5rem; - background-color: var(--background-color); } .customer-satisfaction-roof h2, @@ -57,7 +59,6 @@ li { } .levers { - background-color: var(--background-color); margin: 0.5rem 0; } @@ -89,7 +90,6 @@ li { } .pilars h3 { - background-color: var(--background-color); margin-top: 0; margin-bottom: 0; padding: 1rem 2rem; @@ -121,7 +121,6 @@ li { .improvement ul, .stability ul { - background-color: var(--background-color); display: flex; justify-content: space-evenly; flex-wrap: wrap;