/*
Theme Name: NameCraft (Twenty Twenty-Five Child)
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five. Adds a NameCraft page template that renders JSON-driven content (inner content only) and Tailwind dark mode support.
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
Text Domain: namecraft-tt5-child
*/

/* Keep this file mostly for theme metadata.
   The NameCraft template styles are scoped and loaded conditionally in assets/namecraft.css. */
.wp-singular.post-template-default img{
	max-width: 100%!important;
	height: auto!important;
}
.wp-singular.post-template-default .entry-content  a{
	text-decoration: underline!important
}

.dark #ez-toc-container{
    background: #060c17!important;
}
.dark #ez-toc-container a{
	color: #b1b1b1;
}