♻️ (tps) background to only focusable elements
This commit is contained in:
@@ -34,11 +34,14 @@ ul {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
background-color: var(--background-color);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focusable {
|
||||||
|
background-color: var(--background-color);
|
||||||
|
}
|
||||||
|
|
||||||
.customer-satisfaction-roof {
|
.customer-satisfaction-roof {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -46,7 +49,6 @@ li {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 5rem 5rem 0.5rem 0.5rem;
|
border-radius: 5rem 5rem 0.5rem 0.5rem;
|
||||||
background-color: var(--background-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.customer-satisfaction-roof h2,
|
.customer-satisfaction-roof h2,
|
||||||
@@ -57,7 +59,6 @@ li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.levers {
|
.levers {
|
||||||
background-color: var(--background-color);
|
|
||||||
margin: 0.5rem 0;
|
margin: 0.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -89,7 +90,6 @@ li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pilars h3 {
|
.pilars h3 {
|
||||||
background-color: var(--background-color);
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
@@ -121,7 +121,6 @@ li {
|
|||||||
|
|
||||||
.improvement ul,
|
.improvement ul,
|
||||||
.stability ul {
|
.stability ul {
|
||||||
background-color: var(--background-color);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
Reference in New Issue
Block a user