/*
Theme Name: jul.me
Theme URI: https://jul.me/
Description: Lightweight child theme for the jul.me personal site.
Author: Julien Menichini
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jul-me
*/

/* Keep focus visible when navigating the compact homepage by keyboard. */
.wp-site-blocks a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}
