/*
Theme Name: Bokul
Author: Abdur Rahman Emon
Author URI: https://profiles.wordpress.org/abduremon/
Description: Bokul is a clean, minimal block theme for writers, bloggers, and photographers. Built for the Site Editor, it pairs refined serif headings with a comfortable sans-serif body, generous whitespace, and a warm accent, letting your words and images take center stage. Fully responsive, translation-ready, RTL-ready, and powered entirely by core blocks.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bokul
Tags: blog, portfolio, photography, full-site-editing, translation-ready, wide-blocks, custom-colors, featured-images, one-column, two-columns, sticky-post, threaded-comments, rtl-language-support
*/

/*
 * Bokul is a block theme; nearly all styling is defined in theme.json.
 * A few small front-end refinements are added below.
 */

.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-post-title a:hover {
	text-decoration: underline;
}

.wp-block-navigation a:hover {
	text-decoration: underline;
}

.wp-block-post-featured-image img {
	height: auto;
}
