docs: redesign notes (#8661)

* docs: redesign notes

* fix color for warning notes

* allow optional links

* show links in a note

* allow line code in notes
This commit is contained in:
Shahed Nasser
2024-08-20 14:47:24 +02:00
committed by GitHub
parent 5f310c0a00
commit 73905c14b1
16 changed files with 508 additions and 312 deletions
@@ -441,6 +441,20 @@ module.exports = {
fontWeight: "400",
},
],
small: [
"13px",
{
lineHeight: "150%",
fontWeight: "400",
},
],
"small-plus": [
"13px",
{
lineHeight: "150%",
fontWeight: "500",
},
],
"code-label": [
"12px",
{