rename to 'rethink development', brighten lib table, drop stale note

- Rename site 'a rethink development' -> 'rethink development' (site_name,
  landing H1); copyright -> 'rethink development (handbook)'.
- libraries.md: remove the 'if the live list is empty' admonition now that
  Gitea CORS is fixed.
- extra.css: improve Library-column readability — brighter #cfe6ff code
  chips on a cyan-tinted bg, more weight, roomier cell padding (0.7/1em),
  nowrap lib names, accent-colored links.

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
disqualifier 2026-06-29 20:35:16 -04:00
parent e5ca1c0ada
commit 4fd19bf620
4 changed files with 17 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# a rethink development # rethink development
The public reference for building and shipping with Rethink Studios: our shared The public reference for building and shipping with Rethink Studios: our shared
libraries, our coding standards, and how to deploy a project on our network. libraries, our coding standards, and how to deploy a project on our network.

View File

@ -123,11 +123,3 @@ Pin a tag in your dependencies — never an unpinned branch:
} }
})(); })();
</script> </script>
!!! info "If the live list is empty or stale"
The fetch runs in your browser against the Gitea API and needs the org repos
to be readable unauthenticated (they are — it's a public org) and CORS to
allow the docs domain. If the list won't load, browse the org directly at
[git.rethinkstudios.io/rethink-public](https://git.rethinkstudios.io/rethink-public).
The fallback for a disabled live fetch is a webhook rebuild — a push to any
`rethink-public` repo triggers a site rebuild.

View File

@ -166,9 +166,12 @@
.rt-lib-table th, .rt-lib-table th,
.rt-lib-table td { .rt-lib-table td {
text-align: left; text-align: left;
padding: 0.55em 0.9em; padding: 0.7em 1em;
vertical-align: top; vertical-align: top;
} }
.rt-lib-table td:first-child {
white-space: nowrap;
}
.rt-lib-table thead th { .rt-lib-table thead th {
background-color: var(--rt-nav); background-color: var(--rt-nav);
color: var(--rt-text); color: var(--rt-text);
@ -183,16 +186,19 @@
background-color: rgba(86, 155, 204, 0.08); background-color: rgba(86, 155, 204, 0.08);
} }
.rt-lib-table td code { .rt-lib-table td code {
background-color: var(--rt-surface); background-color: rgba(85, 187, 255, 0.12);
color: var(--rt-primary-light); color: #cfe6ff;
padding: 0.1em 0.4em; padding: 0.2em 0.55em;
font-size: 0.85em; font-size: 0.9em;
font-weight: 600;
} }
.rt-lib-table a { .rt-lib-table a {
color: var(--rt-primary);
}
.rt-lib-table a:hover {
color: var(--rt-accent); color: var(--rt-accent);
font-weight: 600;
}
.rt-lib-table a:hover code {
background-color: rgba(85, 187, 255, 0.22);
color: #ffffff;
} }
/* Language badge in the libs table. */ /* Language badge in the libs table. */

View File

@ -1,7 +1,7 @@
site_name: a rethink development site_name: rethink development
site_description: Libraries, coding standards, and how to deploy on our network. site_description: Libraries, coding standards, and how to deploy on our network.
site_url: https://docs.rethinkstudios.io/ site_url: https://docs.rethinkstudios.io/
copyright: rethink development copyright: rethink development (handbook)
extra_css: extra_css:
- stylesheets/extra.css - stylesheets/extra.css