/*
Theme Name: schema-child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/
/* Styling for <code> tags (Inline) */
code {
    background-color: #f0f4f8;  /* Faint blue-tinted grey */
    color: #243b53;             /* Deep navy text */
    padding: 2px 5px;
    border-radius: 4px;
	border: 1px solid #dee2e6;  /* Subtle boundary */
    padding: 2px 5px;
}
/* Adds a solid 1px grey border to all images in the content */
img {
    border: 1px solid #000;
    border-radius: 4px; /* Optional: rounds the corners slightly */
}