Improved readability and accessibility for CSS-less mode

This commit is contained in:
Bad Manners 2024-08-10 01:17:33 -03:00
parent 6dd8a92318
commit d529b043c6
14 changed files with 166 additions and 94 deletions

View file

@ -25,8 +25,8 @@ function parseRegex<R extends { [key: string]: string }>(regex: RegExp) {
/** Record of website links for a user.
*
* For each entry, you can enter a URL for the value or - for any key apart
* from `website` - a pre-parsed object containing the link and username.
* For each entry, you can enter a URL for the value, or a pre-parsed object
* containing a link and a username (except for `website`).
*/
const websiteLinks = z.object({
website: z.object({ link: z.string().url() }).or(