/*
Theme Name: Blocksy Child
Theme URI: https://uxpickle.com/
Description: Child theme for Blocksy holding the uxpickle.com custom page and single templates.
             These templates (tools.php, programs.php, design.php and the other tool-category
             pages, plus single-tool.php and single-program.php) together with site.css,
             assets/ and images/ used to live directly inside the parent Blocksy theme
             directory. They were wiped on 1 Aug 2026 when Blocksy was updated in place from
             1.8.6 to 2.1.51 during the migration off AWS Lightsail. Restored here from the
             pre-migration wp-content backup (uxpickle-wp-content-20260802.tar.gz) so a future
             parent-theme update can never delete them again. Do not move these files back
             into the parent theme.
Author: uxpickle
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blocksy-child
*/

/* Site styles live in site.css, which the restored templates link directly. */

/*
 * Crawlable directory links.
 *
 * The restored directory tables navigate via an onclick handler on the <tr>, which
 * search engines do not follow, so the tool/program name cell now also carries a real
 * <a href>. These rules keep the link visually identical to the plain text it replaced
 * (the row itself still handles click-anywhere).
 */
.main-table .uxp-row-link,
.main-table .uxp-row-link:hover,
.main-table .uxp-row-link:focus,
.main-table .uxp-row-link:visited {
	color: inherit;
	text-decoration: none;
	background: none;
	box-shadow: none;
}

.main-table .uxp-row-link:hover {
	text-decoration: underline;
}
