fix: Agiliton lime colors in all shortcodes + smaller TOC font
All checks were successful
Deploy Internet for Kids / Build & Push (push) Successful in 12s
Deploy Internet for Kids / Deploy (push) Successful in 5s
Deploy Internet for Kids / Health Check (push) Successful in 2s
Deploy Internet for Kids / Smoke Tests (push) Successful in 3s
Deploy Internet for Kids / IndexNow Ping (push) Successful in 7s
Deploy Internet for Kids / Promote to Latest (push) Successful in 2s
Deploy Internet for Kids / Rollback (push) Has been skipped
Deploy Internet for Kids / Audit (push) Successful in 2s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Gick
2026-04-03 14:46:24 +03:00
parent 48bae02b88
commit d5e599b247
6 changed files with 30 additions and 30 deletions

View File

@@ -282,13 +282,13 @@ nav a:hover {
}
/* Table of Contents */
#TableOfContents {
font-family: system-ui, -apple-system, sans-serif;
font-size: 0.95rem;
line-height: 1.7;
#TableOfContents, #TableOfContents li, #TableOfContents a, #sidebar-toc, #sidebar-toc li, #sidebar-toc a {
font-family: system-ui, -apple-system, sans-serif !important;
font-size: 0.8rem !important;
line-height: 1.6 !important;
}
#TableOfContents a {
#TableOfContents a, #sidebar-toc a {
color: var(--ifk-accent);
text-decoration: none;
}