mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 19:57:12 +00:00
Remove negative letter-spacing for paragraphs (#27590)
This commit is contained in:
parent
90b906b165
commit
e8c3452f54
@ -77,7 +77,6 @@
|
|||||||
}
|
}
|
||||||
.content p {
|
.content p {
|
||||||
color: rgb(87 87 87);
|
color: rgb(87 87 87);
|
||||||
letter-spacing: -0.02em;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
@ -283,7 +282,7 @@
|
|||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
scroll-margin-top: 100px;
|
scroll-margin-top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .config-vars .config-vars-label:hover a.title-link::before {
|
.content .config-vars .config-vars-label:hover a.title-link::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
@ -299,7 +298,7 @@
|
|||||||
height: 15px;
|
height: 15px;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .config-vars .config-vars-default {
|
.content .config-vars .config-vars-default {
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
}
|
}
|
||||||
@ -308,7 +307,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content .config-vars .config-vars-default .nested {
|
.content .config-vars .config-vars-default .nested {
|
||||||
margin-left: 48px;
|
margin-left: 48px;
|
||||||
}
|
}
|
||||||
@ -339,5 +338,5 @@
|
|||||||
.content table th,
|
.content table th,
|
||||||
.content table td {
|
.content table td {
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -68,7 +68,6 @@
|
|||||||
.guide-content p {
|
.guide-content p {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(87 87 87 / var(--tw-text-opacity));
|
color: rgb(87 87 87 / var(--tw-text-opacity));
|
||||||
letter-spacing: -0.02em;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user