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:
@@ -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",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user