docs: design fixes to toc and related elements (#12747)

* docs: design fixes to toc and related elements

* change header styling

* fix heading styles

* design fixes

* fix showing badges in toc
This commit is contained in:
Shahed Nasser
2025-06-27 10:34:15 +03:00
committed by GitHub
parent f77696e14b
commit 98de6b6ca3
29 changed files with 82 additions and 39 deletions
@@ -193,6 +193,11 @@ module.exports = {
},
},
},
alphas: {
alpha: {
250: "var(--docs-alphas-alpha-250)",
}
}
},
},
boxShadow: {
@@ -347,21 +352,21 @@ module.exports = {
h2: [
"18px",
{
lineHeight: "28px",
lineHeight: "160%",
fontWeight: "500",
},
],
h3: [
"16px",
{
lineHeight: "150%",
lineHeight: "160%",
fontWeight: "500",
},
],
h4: [
"1rem",
"14px",
{
lineHeight: "20px",
lineHeight: "160%",
fontWeight: "500",
},
],