diff --git a/website/static/style.css b/website/static/style.css index c95edbb7..88f0fe77 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -201,6 +201,11 @@ a:hover { color: var(--accent-hover); text-decoration: underline; } overflow-x: auto; } +.table-wrap:focus { + outline: 2px solid var(--accent); + outline-offset: -2px; +} + .table { width: 100%; border-collapse: separate; @@ -321,6 +326,20 @@ a:hover { color: var(--accent-hover); text-decoration: underline; } line-height: 1.6; } +.expand-tags-mobile { + display: none; + gap: 0.4rem; + margin-bottom: 0.4rem; +} + +.expand-tag { + font-size: var(--text-xs); + color: oklch(45% 0.06 240); + background: var(--bg); + padding: 0.15rem 0.4rem; + border-radius: 3px; +} + .expand-also-see { margin-top: 0.25rem; font-size: var(--text-xs); @@ -419,6 +438,7 @@ a:hover { color: var(--accent-hover); text-decoration: underline; } /* === Responsive === */ @media (max-width: 900px) { .col-group { display: none; } + .expand-tags-mobile { display: flex; } } @media (max-width: 640px) { diff --git a/website/templates/index.html b/website/templates/index.html index ea2c4821..9c65e6ef 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -29,6 +29,7 @@ +
| GitHub Stars | Category | Group | -+ | Details |
|---|---|---|---|---|