diff --git a/src/.well-known/appspecific/com.chrome.devtools.json b/src/.well-known/appspecific/com.chrome.devtools.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/src/.well-known/appspecific/com.chrome.devtools.json @@ -0,0 +1 @@ +{} diff --git a/src/assets/css/site.css b/src/assets/css/site.css index a209897..00c1889 100644 --- a/src/assets/css/site.css +++ b/src/assets/css/site.css @@ -89,6 +89,42 @@ p { padding-bottom: 2rem; } +.breadcrumb { + list-style: none; + margin: 0 0 1rem; + padding: 0; + font-size: 0.9rem; + color: var(--text-muted); + display: flex; + flex-wrap: wrap; + gap: 0.35rem; +} + +.breadcrumb li { + display: inline-flex; + align-items: center; +} + +.breadcrumb li:not(:last-child)::after { + content: '›'; + margin-left: 0.35rem; + color: var(--text-muted); + opacity: 0.8; +} + +.breadcrumb a { + text-decoration: none; +} + +.breadcrumb a:hover { + text-decoration: underline; +} + +.breadcrumb [aria-current='page'] { + color: var(--text-main); + font-weight: 500; +} + .text-center { text-align: center; } diff --git a/src/help/index.html b/src/help/index.html index f7e3274..959cdb6 100644 --- a/src/help/index.html +++ b/src/help/index.html @@ -39,9 +39,69 @@ href="/assets/images/apple-touch-icon.png" /> + + + +